Skip to content

Commit 339f599

Browse files
committed
exclude starter
1 parent e6fba24 commit 339f599

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
"matchUpdateTypes": ["major"],
5151
"enabled": false
5252
},
53+
{
54+
// Spring starter doesn't support Spring Boot 4 yet
55+
"matchPackageNames": ["org.springframework.boot"],
56+
"matchFilePatterns": ["doc-snippets/spring-starter/build.gradle.kts"],
57+
"matchUpdateTypes": ["major"],
58+
"enabled": false
59+
},
5360
{
5461
// Skip locally built dice image used in logging-k8s-stdout-otlp-json
5562
"matchManagers": ["kubernetes"],

doc-snippets/spring-starter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
44
id("java")
5-
id("org.springframework.boot") version "4.0.0"
5+
id("org.springframework.boot") version "3.5.7"
66
}
77

88
val moduleName by extra { "io.opentelemetry.examples.docs.spring-starter" }

0 commit comments

Comments
 (0)