Skip to content

Commit 683ce58

Browse files
committed
ci: Try another action
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 01887c7 commit 683ce58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dependabot-approve-merge.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
# hmarr/auto-approve-action
3131
pull-requests: write
32-
# ahmadnassri/action-dependabot-auto-merge
32+
# fastify/github-action-merge-dependabot
3333
contents: write
3434

3535
steps:
@@ -45,7 +45,8 @@ jobs:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646

4747
# Nextcloud bot approve and merge request
48-
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
48+
- uses: fastify/github-action-merge-dependabot@c3bde0759d4f24db16f7b250b2122bc2df57e817 # v3.11.0
4949
with:
50-
target: minor
50+
target: 'minor'
51+
use-github-auto-merge: true
5152
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)