Skip to content

Commit 863b142

Browse files
committed
Renovate: Ignore Spring 6 which requires Java 17
ORT is stuck on Java 11, see [1]. [1]: #4948 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 7aa61bf commit 863b142

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@
1515
"reporter-web-app",
1616
"**/src/funTest/assets/**",
1717
"**/src/test/assets/**"
18+
],
19+
"packageRules": [
20+
{
21+
"matchPackageNames": [
22+
"org.springframework:spring-core"
23+
],
24+
"allowedVersions": "< 6.0.0"
25+
}
1826
]
1927
}

0 commit comments

Comments
 (0)