pin spring smoke test 2 major version (#11320)

This commit is contained in:
Gregor Zeitlinger 2024-05-09 11:09:50 +02:00 committed by GitHub
parent 2d2d124c7f
commit 7c1f363a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -104,7 +104,14 @@
},
{
// intentionally using Spring Boot 2 in this smoke tests
"matchFileNames": ["smoke-tests/images/spring-boot/build.gradle.kts"],
"matchFileNames": [
"smoke-tests/images/spring-boot/build.gradle.kts",
"smoke-tests-otel-starter/spring-boot-2/build.gradle.kts",
"smoke-tests-otel-starter/spring-boot-common/build.gradle.kts",
"smoke-tests-otel-starter/spring-boot-reactive-2/build.gradle.kts",
"smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts",
"smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts"
],
"matchPackageNames": ["org.springframework.boot", "org.springframework.boot:spring-boot-dependencies"],
"matchUpdateTypes": ["major"],
"enabled": false,