Skip to content

Commit d994481

Browse files
artembilanspring-builds
authored andcommitted
Use autoMergeSnapshots for merge-dependabot-pr.yml
(cherry picked from commit 5bf9339)
1 parent b8fc2af commit d994481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
merge-dependabot-pr:
1313
permissions: write-all
1414

15-
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v3
15+
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
1616
with:
17-
mergeArguments: --auto --squash
17+
mergeArguments: --auto --squash
18+
autoMergeSnapshots: true

0 commit comments

Comments
 (0)