Skip to content

Commit

Permalink
Renovate: Ignore Spring 6 which requires Java 17
Browse files Browse the repository at this point in the history
ORT is stuck on Java 11, see [1].

[1]: #4948

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Nov 29, 2022
1 parent 7aa61bf commit 863b142
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@
"reporter-web-app",
"**/src/funTest/assets/**",
"**/src/test/assets/**"
],
"packageRules": [
{
"matchPackageNames": [
"org.springframework:spring-core"
],
"allowedVersions": "< 6.0.0"
}
]
}

0 comments on commit 863b142

Please sign in to comment.