diff --git a/.github/workflows/repair-dependency-upgrade-pull-requests.yml b/.github/workflows/repair-dependency-upgrade-pull-requests.yml index f3e79f4f4b8..51340f3abd7 100644 --- a/.github/workflows/repair-dependency-upgrade-pull-requests.yml +++ b/.github/workflows/repair-dependency-upgrade-pull-requests.yml @@ -13,7 +13,7 @@ permissions: jobs: repair: name: Repair constraints, lockfile and changelogs - if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || startsWith(github.event.pull_request.head.ref, 'renovate/') }} + if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || (github.event.pull_request.user.login == 'metamask-ci[bot]' && startsWith(github.event.pull_request.head.ref, 'renovate/')) }} runs-on: ubuntu-latest environment: dependabot permissions: