Skip to content

Commit 67614b3

Browse files
committed
Ignore spring 6
1 parent 330a053 commit 67614b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
"ch.qos.logback"
2424
],
2525
"allowedVersions": "!/1\\.4\\..*$/"
26+
},
27+
{
28+
"description": "Spring 6 requires Java 17",
29+
"matchPackagePatterns": [
30+
"org.springframework"
31+
],
32+
"allowedVersions": "<6.0.0"
2633
}
2734
]
2835
}

0 commit comments

Comments
 (0)