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 fc662b1 commit 79df1c9Copy full SHA for 79df1c9
.github/renovate.json5
@@ -324,13 +324,7 @@
324
allowedVersions: '/^1\.3\./',
325
},
326
{
327
- // intentionally using Spring Boot 2 in dependency management (for Java 8 support)
328
- matchFileNames: [
329
- 'dependencyManagement/build.gradle.kts',
330
- ],
331
- matchUpdateTypes: [
332
- 'major',
333
+ // intentionally using Spring Boot 2 to make sure the earliest version is supported
334
enabled: false,
335
matchPackageNames: [
336
'org.springframework.boot:spring-boot-dependencies:**',
0 commit comments