Skip to content

Commit

Permalink
build(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 (#172)

* build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3

* ci: add target value
  • Loading branch information
Fdawgs authored Feb 2, 2022
1 parent 4e48edb commit 067dd04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor

0 comments on commit 067dd04

Please sign in to comment.