Skip to content

Commit

Permalink
Bump fastify/github-action-merge-dependabot from 3.3.2 to 3.4.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases)
- [Commits](fastify/github-action-merge-dependabot@v3.3.2...v3.4.0)

---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2022
1 parent 11b4370 commit 88db524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.3.2
- uses: fastify/github-action-merge-dependabot@v3.4.0
with:
target: minor
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write

steps:
- uses: fastify/github-action-merge-dependabot@v3.3.2
- uses: fastify/github-action-merge-dependabot@v3.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
Expand Down

0 comments on commit 88db524

Please sign in to comment.