Skip to content

Commit

Permalink
chore: upgrade github-action-merge-dependabot to v3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Jan 11, 2022
1 parent 88f72dd commit 747f40e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
name: Automatically merge Dependabot pull requests
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 747f40e

Please sign in to comment.