Skip to content

Commit 1db7212

Browse files
build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 (#374)
* build(deps): bump fastify/github-action-merge-dependabot Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 2.7.1 to 3.0.2. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](fastify/github-action-merge-dependabot@v2.7.1...v3.0.2) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Spigolon <[email protected]>
1 parent ddab478 commit 1db7212

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
automerge:
3838
needs: test
3939
runs-on: ubuntu-latest
40+
permissions:
41+
pull-requests: write
42+
contents: write
4043
steps:
41-
- uses: fastify/github-action-merge-dependabot@v2.7.1
44+
- uses: fastify/github-action-merge-dependabot@v3
4245
with:
4346
github-token: ${{ secrets.GITHUB_TOKEN }}
47+
target: minor

0 commit comments

Comments
 (0)