Skip to content

Commit 3544eeb

Browse files
oheger-boschsschuberth
authored andcommitted
fix(renovate): Fix configuration for JRuby
This is a fixup for ce89925. The comparison against a 4-digit version is not accepted by Renovate. So, use a regular expression instead. Fixes #11167. Signed-off-by: Oliver Heger <[email protected]>
1 parent ce89925 commit 3544eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"matchPackageNames": [
3232
"org.jruby:jruby"
3333
],
34-
"allowedVersions": "<10.0.0.0"
34+
"allowedVersions": "/^9\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?$/"
3535
},
3636
{
3737
"matchPackageNames": [

0 commit comments

Comments
 (0)