We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5877668 commit 2cf7c4fCopy full SHA for 2cf7c4f
.github/dependabot.yml
@@ -21,10 +21,10 @@ updates:
21
ignore:
22
# Ignore Spring Boot > 3
23
- dependency-name: "org.springframework.boot:*"
24
- update-types: [ "version-update:semver-major" ]
+ versions: [ ">= 4.0.0" ]
25
# Ignore Spring Framework > 6
26
- dependency-name: "org.springframework:*"
27
+ versions: [ ">= 7.0.0" ]
28
# Ignore Spring Security > 6
29
- dependency-name: "org.springframework.security:*"
30
0 commit comments