Skip to content

Commit 92f84e6

Browse files
authored
Pin Spring Boot 2.x for GCP auth extension testing (#1641)
1 parent 09ab59b commit 92f84e6

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+
"matchPackagePrefixes": [
97+
"org.springframework.boot"
98+
],
99+
"matchUpdateTypes": ["major"],
100+
"enabled": false,
90101
}
91102
]
92103
}

0 commit comments

Comments
 (0)