Skip to content

Commit

Permalink
chore: use fastify/github-action-merge-dependabot (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Jul 5, 2024
1 parent dfd5ce8 commit 558149e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
dependabot-auto-merge:
name: 'Dependabot auto merge'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
github-token: ${{ secrets.READ_AND_WRITE_TOKEN }}

0 comments on commit 558149e

Please sign in to comment.