From 55f0ef9379137fd341e2d7e22b5ebaf565019f29 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 4 Jun 2023 12:47:08 +0200 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 391d20ee65c..2cb6ac8b5a8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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", }, //