We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3389f08 commit 0fc127cCopy full SHA for 0fc127c
.github/renovate.json5
@@ -40,6 +40,16 @@
40
"matchUpdateTypes": ["major"],
41
"enabled": false
42
},
43
+ {
44
+ // Spring starter doesn't support Spring Boot 4 yet
45
+ "matchPackageNames": ["org.springframework.boot"],
46
+ "matchFilePatterns": [
47
+ "doc-snippets/spring-starter/build.gradle.kts",
48
+ "spring-native/build.gradle.kts"
49
+ ],
50
+ "matchUpdateTypes": ["major"],
51
+ "enabled": false
52
+ },
53
{
54
// Skip locally built dice image used in logging-k8s-stdout-otlp-json
55
"matchManagers": ["kubernetes"],
0 commit comments