Skip to content

Commit 088cda7

Browse files
authored
build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 (#138)
1 parent 212b939 commit 088cda7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
automerge:
3939
needs: test
4040
runs-on: ubuntu-latest
41+
permissions:
42+
pull-requests: write
43+
contents: write
4144
steps:
42-
- uses: fastify/github-action-merge-dependabot@v2.7.1
45+
- uses: fastify/github-action-merge-dependabot@v3
4346
with:
4447
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)