diff --git a/renovate-config.json b/renovate-config.json index b92c1d7..7eb9eaf 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -45,6 +45,11 @@ "matchPackagePrefixes": ["com.google.guava:"], "versioning": "regex:^(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?(-(?.*))?$" }, + { + "description": "Correct CodeNarc version handling", + "matchPackagePrefixes": ["org.codenarc:CodeNarc"], + "versioning": "regex:^(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?(-(?.*))?$" + }, { "matchManagers": ["github-actions", "gradle-wrapper"], "groupName": "build deps and github actions"