We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4e2fe + bd4181c commit e4ba4d5Copy full SHA for e4ba4d5
.github/workflows/dependabot-approve-merge.yml
@@ -0,0 +1,19 @@
1
+name: Dependabot
2
+on: pull_request
3
+
4
+jobs:
5
+ auto-merge:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ # Default github action approve
9
+ - uses: hmarr/auto-approve-action@v2.0.0
10
+ if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
11
+ with:
12
+ github-token: ${{ secrets.GITHUB_TOKEN }}
13
14
+ # Nextcloud bot approve and merge request
15
+ - uses: ahmadnassri/action-dependabot-auto-merge@v1
16
17
18
+ target: patch
19
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
.github/workflows/dependabot-approve.yml
0 commit comments