Skip to content

Commit a78eae9

Browse files
committed
Updating dependabot-approve-merge.yml workflow from template
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 0617891 commit a78eae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
# Default github action approve
19-
- uses: hmarr/auto-approve-action@v2.0.0
19+
- uses: hmarr/auto-approve-action@v2
2020
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
# Nextcloud bot approve and merge request
25-
- uses: ahmadnassri/action-dependabot-auto-merge@v1
25+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
2626
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
2727
with:
28-
target: patch
28+
target: minor
2929
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)