We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01887c7 commit 683ce58Copy full SHA for 683ce58
.github/workflows/dependabot-approve-merge.yml
@@ -29,7 +29,7 @@ jobs:
29
permissions:
30
# hmarr/auto-approve-action
31
pull-requests: write
32
- # ahmadnassri/action-dependabot-auto-merge
+ # fastify/github-action-merge-dependabot
33
contents: write
34
35
steps:
@@ -45,7 +45,8 @@ jobs:
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
47
# Nextcloud bot approve and merge request
48
- - uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
+ - uses: fastify/github-action-merge-dependabot@c3bde0759d4f24db16f7b250b2122bc2df57e817 # v3.11.0
49
with:
50
- target: minor
+ target: 'minor'
51
+ use-github-auto-merge: true
52
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
0 commit comments