Skip to content

Commit b1b0205

Browse files
committed
Pin Spring Boot 2.x for GCP auth extension testing
1 parent d9cddcc commit b1b0205

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@
8787
"matchPackagePrefixes": ["jakarta.servlet:"],
8888
"matchCurrentVersion": "5.0.0",
8989
"enabled": false
90+
},
91+
{
92+
// intentionally using Spring Boot 2 in gcp-auth-extension in order to test with Java 8+
93+
"matchFileNames": [
94+
"gcp-auth-extension/build.gradle.kts"
95+
],
96+
"matchPackageNames": [
97+
"org.springframework.boot:org.springframework.boot.gradle.plugin", // this is for plugin id "org.springframework.boot"
98+
"org.springframework.boot:spring-boot-dependencies"],
99+
"matchUpdateTypes": ["major", "minor"],
100+
"enabled": false,
90101
}
91102
]
92103
}

0 commit comments

Comments
 (0)