Skip to content

Commit

Permalink
fix(renovate): Handle codenarc groovy versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Nov 5, 2023
1 parent 1c27055 commit 78c7c7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"matchPackagePrefixes": ["com.google.guava:"],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$"
},
{
"description": "Correct CodeNarc version handling",
"matchPackagePrefixes": ["org.codenarc:CodeNarc"],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$"
},
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "build deps and github actions"
Expand Down

0 comments on commit 78c7c7e

Please sign in to comment.