We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c11a9 commit 6c2c45cCopy full SHA for 6c2c45c
.github/workflows/dependabot-automerge.yml
@@ -12,7 +12,8 @@ jobs:
12
merge-dependabot-pr:
13
permissions: write-all
14
15
- uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v5
+ # Until v6 is released
16
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@3f3e2c6aee0c7a371b5c1b0f890fd43a70a39769
17
with:
18
mergeArguments: --auto --squash
19
autoMergeSnapshots: true
0 commit comments