Skip to content

Commit 1641ef2

Browse files
committed
Test auto-merge for Dependabot SNAPSHOT upgrades
Verify that `springVersion = '6.2.0-M5'` will be upgraded by Dependabot to `6.2.0-SNAPSHOT` and respective PR will be merged automatically after successful project build
1 parent a2d7dca commit 1641ef2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ext {
114114
springKafkaVersion = '3.3.0-SNAPSHOT'
115115
springRetryVersion = '2.0.7'
116116
springSecurityVersion = '6.4.0-SNAPSHOT'
117-
springVersion = '6.2.0-SNAPSHOT'
117+
springVersion = '6.2.0-M5'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.19.8'
120120
tomcatVersion = '10.1.26'

0 commit comments

Comments
 (0)