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.
1 parent 0617891 commit a78eae9Copy full SHA for a78eae9
.github/workflows/dependabot-approve-merge.yml
@@ -16,14 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
# Default github action approve
19
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2
20
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
21
with:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
24
# Nextcloud bot approve and merge request
25
- - uses: ahmadnassri/action-dependabot-auto-merge@v1
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
26
27
28
- target: patch
+ target: minor
29
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
0 commit comments