diff --git a/renovate.json b/renovate.json index f9c3c4d..4d4237b 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,7 @@ ], "customManagers": [ { + "customType": "regex", "fileMatch": [ "^Chart\\.yaml$" ], @@ -21,6 +22,7 @@ "versioningTemplate": "semver" }, { + "customType": "regex", "fileMatch": ["^README\\.md$"], "matchStrings": [ "CHART_VERSION=(?.*)" @@ -32,6 +34,13 @@ } ], "packageRules": [ + { + "groupName": "Update Node.JS", + "matchDepNames": [ + "docker.io/library/node", + "library/node" + ] + }, { "addLabels": [ "renovate/automerge",