Skip to content

Commit 3f9552e

Browse files
dependabot[bot]simonebmcollina
authored
chore(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 (#412)
* chore(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]> * chore: use semver major of merge action (#418) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli <[email protected]> Co-authored-by: Matteo Collina <[email protected]>
1 parent 7d42a2b commit 3f9552e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/nodejs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
automerge:
2929
needs: test
3030
runs-on: ubuntu-latest
31+
permissions:
32+
pull-requests: write
33+
contents: write
3134
steps:
32-
- uses: fastify/[email protected]
33-
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
35+
- uses: fastify/github-action-merge-dependabot@v3
3436
with:
35-
github-token: ${{secrets.github_token}}
37+
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)