Skip to content

Commit e5d150d

Browse files
authored
disable spring boot updates (#15366)
1 parent 591a28d commit e5d150d

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/renovate.json5

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,22 @@
189189
enabled: false,
190190
},
191191
{
192-
// intentionally using Spring Boot 2 in these smoke tests
192+
// intentionally using Spring Boot 2 to make sure the earliest version is supported
193+
matchFileNames: [
194+
'smoke-tests/images/spring-boot/build.gradle.kts',
195+
'smoke-tests-otel-starter/spring-boot-2/build.gradle.kts',
196+
'smoke-tests-otel-starter/spring-boot-common/build.gradle.kts',
197+
'smoke-tests-otel-starter/spring-boot-reactive-2/build.gradle.kts',
198+
'smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts',
199+
'smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts',
200+
],
201+
matchPackageNames: [
202+
'org.springframework.boot:spring-boot-dependencies:**',
203+
],
204+
enabled: false
205+
},
206+
{
207+
// Spring Boot 2 smoke tests are intentionally using slf4j 1.x
193208
matchFileNames: [
194209
'smoke-tests/images/spring-boot/build.gradle.kts',
195210
'smoke-tests-otel-starter/spring-boot-2/build.gradle.kts',
@@ -200,7 +215,6 @@
200215
],
201216
matchPackageNames: [
202217
'org.slf4j:slf4j-api',
203-
'org.springframework.boot:**',
204218
],
205219
matchUpdateTypes: [
206220
'major',
@@ -323,19 +337,6 @@
323337
],
324338
allowedVersions: '/^1\\.3\\./',
325339
},
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-
],
334-
enabled: false,
335-
matchPackageNames: [
336-
'org.springframework.boot:spring-boot-dependencies:**',
337-
],
338-
},
339340
{
340341
// pinned version to Jetty 8 (Servlet 3.0) for compatibility
341342
matchFileNames: [

0 commit comments

Comments
 (0)