Skip to content

Commit 79df1c9

Browse files
committed
disable spring boot updates
1 parent fc662b1 commit 79df1c9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/renovate.json5

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,7 @@
324324
allowedVersions: '/^1\.3\./',
325325
},
326326
{
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-
],
327+
// intentionally using Spring Boot 2 to make sure the earliest version is supported
334328
enabled: false,
335329
matchPackageNames: [
336330
'org.springframework.boot:spring-boot-dependencies:**',

0 commit comments

Comments
 (0)