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 d9cddcc commit b1b0205Copy full SHA for b1b0205
.github/renovate.json5
@@ -87,6 +87,17 @@
87
"matchPackagePrefixes": ["jakarta.servlet:"],
88
"matchCurrentVersion": "5.0.0",
89
"enabled": false
90
+ },
91
+ {
92
+ // intentionally using Spring Boot 2 in gcp-auth-extension in order to test with Java 8+
93
+ "matchFileNames": [
94
+ "gcp-auth-extension/build.gradle.kts"
95
+ ],
96
+ "matchPackageNames": [
97
+ "org.springframework.boot:org.springframework.boot.gradle.plugin", // this is for plugin id "org.springframework.boot"
98
+ "org.springframework.boot:spring-boot-dependencies"],
99
+ "matchUpdateTypes": ["major", "minor"],
100
+ "enabled": false,
101
}
102
]
103
0 commit comments