Update renovate.json5

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-06-04 12:47:08 +02:00
committed by GitHub
parent 878244e4ec
commit 55f0ef9379

View File

@@ -62,7 +62,7 @@
"bumpVersion": "major",
"labels": ["update/helm/dependency/major"],
"groupName": ["helm dependency major"],
"matchPaths": ["charts/dependency/**"],
"matchPaths": ["charts/dependency/**", "templates/**"],
},
{
"matchDatasources": ["helm"],
@@ -73,7 +73,7 @@
],
"bumpVersion": "patch",
"labels": ["update/helm/dependency/non-major", "automerge"],
"matchPaths": ["charts/dependency/**"],
"matchPaths": ["charts/dependency/**", "templates/**"],
"groupName": "helm dependency non-major",
},
//