fix(renovate): group node packages
All checks were successful
Helm / helm-unittest (push) Successful in 10s
Helm / helm-lint (push) Successful in 16s

This commit is contained in:
2025-09-30 17:26:56 +02:00
parent ac6702aec6
commit a0af25baaf

View File

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