Skip to content

Update renovate.json #1415

Update renovate.json

Update renovate.json #1415

on:
push:
branches:
- master
- dev
- prod
name: Generalized Deployments
jobs:
push:
name: Invoke General Docker Build Pipeline
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
with:
role-to-assume: ${{ secrets.GDBP_AWS_IAM_ROLE_ARN }}
aws-region: us-west-2
- name: Override GITHUB_REF and thus ECR destination for master
run: echo "GITHUB_REF_OVERRIDE=refs/heads/dev" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/master' }}
- name: Generalized Deployments
uses: brave-intl/general-docker-build-pipeline-action@b0863fef760c56e04a608d1b3018cf5bb01ca097 # v1.0.23