From 52e696a76f31e9d3e745e527dfc6796737882741 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 30 Sep 2025 17:18:59 +0200 Subject: [PATCH] fix(renovate): group nnode packages --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 944de33..882a2a5 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",