We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f190cc5 commit f5c48f1Copy full SHA for f5c48f1
1 file changed
.github/dependabot.yml
@@ -20,3 +20,9 @@ updates:
20
- "gradle"
21
commit-message:
22
prefix: "[CORE-69]"
23
+ ignore:
24
+ # Shedlock 7.x includes a transitive dependency on Spring Framework 7.x.
25
+ # RBS uses Spring Boot 3.5.7 which does not support Spring Framework 7.x.
26
+ # When RBS upgrades to Spring Boot 4.x, we can stop ignoring this dependency update
27
+ - dependency-name: "net.javacrumbs.shedlock:*"
28
+ versions: [ ">=7.0.0" ]
0 commit comments