Skip to content

Commit b405f61

Browse files
committed
Stick to Spring 5.x in 2.x.x-stable
1 parent 8edf1cb commit b405f61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ updates:
2222
ignore:
2323
- dependency-name: "ch.qos.logback:logback-classic"
2424
versions: [ "[1.3,)" ]
25+
- dependency-name: "org.springframework:spring-jms"
26+
versions: [ "[5.3,)" ]
27+
- dependency-name: "org.springframework:spring-context"
28+
versions: [ "[5.3,)" ]
2529
- package-ecosystem: "github-actions"
2630
directory: "/"
2731
schedule:
@@ -31,4 +35,4 @@ updates:
3135
directory: "/"
3236
schedule:
3337
interval: "daily"
34-
target-branch: "2.x.x-stable"
38+
target-branch: "2.x.x-stable"

0 commit comments

Comments
 (0)