From fd7ba17e253db8c63d3c44d2300a77b17f1a060c Mon Sep 17 00:00:00 2001 From: mikutas <23391543+mikutas@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:22:20 +0900 Subject: [PATCH] chore: add includePath to allow `Renovate` to update image tags in values.yaml Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com> --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 730f497e..f4b35531 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,7 @@ "includePaths": [ "**/charts/argo-workflows/Chart.yaml", "**/charts/argo-cd/Chart.yaml", + "**/charts/argo-cd/values.yaml", "**/charts/argo-events/Chart.yaml", "**/charts/argo-rollouts/Chart.yaml", "**/charts/argocd-image-updater/Chart.yaml",