Skip to content

Commit

Permalink
scm: Improve renovate version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Aug 5, 2022
1 parent d838d46 commit ce9d819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"description": "Disable strange versions of graphql-java",
"matchPackageNames": ["com.graphql-java:graphql-java"],
"allowedVersions": "/^[0-9]{2,4}\\.[0-9]{1,4}$/"
"allowedVersions": "/^[0-9]{1,3}\\.[0-9]{1,3}(?:\\.[0-9]{1,3})?$/"
},
{
"matchPackagePrefixes": [
Expand Down

0 comments on commit ce9d819

Please sign in to comment.