Skip to content

Commit

Permalink
Bump fastify/github-action-merge-dependabot from 3.10.2 to 3.11.0
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.10.2 to 3.11.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases)
- [Commits](fastify/github-action-merge-dependabot@v3.10.2...v3.11.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 3feb324 commit c38b6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
requirementsChanged:
- 'package.json'
- name: Merge lockfile changes
uses: fastify/github-action-merge-dependabot@v3.10.2
uses: fastify/github-action-merge-dependabot@v3.11.0
if: steps.filter.outputs.requirementsChanged == 'false'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Approve requirement changes
uses: fastify/github-action-merge-dependabot@v3.10.2
uses: fastify/github-action-merge-dependabot@v3.11.0
if: steps.filter.outputs.requirementsChanged == 'true'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c38b6fb

Please sign in to comment.