Skip to content

Commit 870f6f2

Browse files
committed
fix
1 parent 79df1c9 commit 870f6f2

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.github/renovate.json5

Lines changed: 16 additions & 9 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,13 +337,6 @@
323337
],
324338
allowedVersions: '/^1\.3\./',
325339
},
326-
{
327-
// intentionally using Spring Boot 2 to make sure the earliest version is supported
328-
enabled: false,
329-
matchPackageNames: [
330-
'org.springframework.boot:spring-boot-dependencies:**',
331-
],
332-
},
333340
{
334341
// pinned version to Jetty 8 (Servlet 3.0) for compatibility
335342
matchFileNames: [

0 commit comments

Comments
 (0)