diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f2e27e8681..f772d5d14a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,6 +8,8 @@ permissions: read-all jobs: dependabot-auto-merge: name: 'Dependabot auto-merge' + permissions: + pull-requests: write runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: