Skip to content

Commit 30f923d

Browse files
committed
exclude starter
1 parent 90a5867 commit 30f923d

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
@@ -39,6 +39,13 @@
3939
"matchUpdateTypes": ["major"],
4040
"enabled": false
4141
},
42+
{
43+
// Spring starter doesn't support Spring Boot 4 yet
44+
"matchPackageNames": ["org.springframework.boot"],
45+
"matchFilePatterns": ["doc-snippets/spring-starter/build.gradle.kts"],
46+
"matchUpdateTypes": ["major"],
47+
"enabled": false
48+
},
4249
{
4350
// Skip locally built dice image used in logging-k8s-stdout-otlp-json
4451
"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)