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 f97c715 + 6c2c45c commit f3d725cCopy full SHA for f3d725c
.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