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.
1 parent 8edf1cb commit b405f61Copy full SHA for b405f61
.github/dependabot.yml
@@ -22,6 +22,10 @@ updates:
22
ignore:
23
- dependency-name: "ch.qos.logback:logback-classic"
24
versions: [ "[1.3,)" ]
25
+ - dependency-name: "org.springframework:spring-jms"
26
+ versions: [ "[5.3,)" ]
27
+ - dependency-name: "org.springframework:spring-context"
28
29
- package-ecosystem: "github-actions"
30
directory: "/"
31
schedule:
@@ -31,4 +35,4 @@ updates:
35
32
36
33
37
interval: "daily"
34
- target-branch: "2.x.x-stable"
38
+ target-branch: "2.x.x-stable"
0 commit comments