Skip to content

Commit

Permalink
chore(deps): bump fastify/github-action-merge-dependabot from 2.7.1 t…
Browse files Browse the repository at this point in the history
…o 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] <support@github.com>

* 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 <simone.busoli@gmail.com>
Co-authored-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
3 people committed May 4, 2022
1 parent 7d42a2b commit 3f9552e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{secrets.github_token}}
github-token: ${{ secrets.github_token }}

0 comments on commit 3f9552e

Please sign in to comment.