diff --git a/Makefile b/Makefile index f8c63fc..78bbb1d 100644 --- a/Makefile +++ b/Makefile @@ -88,4 +88,4 @@ container-run/helm-lint: # ============================================================================== # Declare the contents of the PHONY variable as phony. We keep that information # in a variable so we can use it in if_changed. -.PHONY: ${PHONY} \ No newline at end of file +.PHONY: ${PHONY} diff --git a/renovate.json b/renovate.json index 944de33..333a175 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",