Skip to content

Commit

Permalink
ci: automatically merge dependabot PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jan 3, 2025
1 parent 3800af7 commit 40d3aa0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ jobs:
uses: ./
with:
warnings: warning
automerge:
if: >
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
needs:
- test
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Merge Dependabot PR
uses: fastify/github-action-merge-dependabot@c3bde0759d4f24db16f7b250b2122bc2df57e817 # v3.11.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40d3aa0

Please sign in to comment.