Skip to content

Commit

Permalink
github: give dependabot auto-merge action permission to update PR
Browse files Browse the repository at this point in the history
Hopefully this is the last bit I was missing to get this to work :)
  • Loading branch information
martinvonz committed Sep 9, 2022
1 parent 4921532 commit c7a782b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7a782b

Please sign in to comment.