Skip to content

Commit 367f99a

Browse files
committed
Pin Spring Boot version
RISDEV-8001 Is not compatible with spring-cloud-kubernetes, see spring-cloud/spring-cloud-kubernetes#1923
1 parent bd4fe64 commit 367f99a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
"after 7:30pm every weekday"
2222
],
2323
"automergeType": "pr",
24+
// FIXME: Remove this when spring-cloud-kubernetes is compatible, see https://github.com/spring-cloud/spring-cloud-kubernetes/issues/1923
2425
"packageRules": [
26+
{
27+
"matchPackageNames": ['org.springframework.boot'],
28+
"allowedVersions": "3.4.x"
29+
},
2530
{
2631
"groupName": "all-frontend-non-major-dependencies",
2732
"matchPaths": [

0 commit comments

Comments
 (0)