Skip to content

Commit ce89925

Browse files
oheger-boschsschuberth
authored andcommitted
deps: Configure renovate for JRuby
Add a package rule to configure that JRuby should only be updated in the 9.x version range. Signed-off-by: Oliver Heger <[email protected]>
1 parent 7b04d01 commit ce89925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
],
2828
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/"
2929
},
30+
{
31+
"matchPackageNames": [
32+
"org.jruby:jruby"
33+
],
34+
"allowedVersions": "<10.0.0.0"
35+
},
3036
{
3137
"matchPackageNames": [
3238
"software.amazon.awssdk:*"

0 commit comments

Comments
 (0)