Skip to content

Commit 1401fa3

Browse files
authored
fix spring smoke test versions (open-telemetry#11325)
1 parent 145839b commit 1401fa3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/renovate.json5

+14-1
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,23 @@
112112
"smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts",
113113
"smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts"
114114
],
115-
"matchPackageNames": ["org.springframework.boot", "org.springframework.boot:spring-boot-dependencies"],
115+
"matchPackageNames": [
116+
"org.slf4j:slf4j-api",
117+
"org.springframework.boot",
118+
"org.springframework.boot:spring-boot-dependencies"],
116119
"matchUpdateTypes": ["major"],
117120
"enabled": false,
118121
},
122+
{
123+
// intentionally using Spring Boot 2 in this smoke tests
124+
"matchFileNames": [
125+
"smoke-tests-otel-starter/spring-boot-2/build.gradle.kts",
126+
"smoke-tests-otel-starter/spring-boot-reactive-2/build.gradle.kts"
127+
],
128+
"matchPackageNames": ["ch.qos.logback:logback-classic"],
129+
"matchUpdateTypes": ["minor"],
130+
"enabled": false,
131+
},
119132
{
120133
// intentionally using logback 1.2 in this smoke tests
121134
"matchFileNames": ["smoke-tests/images/spring-boot/build.gradle.kts"],

0 commit comments

Comments
 (0)