Skip to content

Commit

Permalink
Merge pull request #475 from ChristophWurst/ci/swap-dependabot-approv…
Browse files Browse the repository at this point in the history
…e-action

ci: Swap Dependabot approve action
  • Loading branch information
ChristophWurst authored Dec 20, 2022
2 parents bf3615c + 8723c42 commit 842db7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependabot-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
dependabot-approve:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- uses: fastify/github-action-merge[email protected]
with:
target: minor
github-token: "${{ secrets.GITHUB_TOKEN }}"
use-github-auto-merge: true

0 comments on commit 842db7a

Please sign in to comment.