From 30c69a8d6058a3cbf227e8f8a6ce49988390109f Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 16 Aug 2023 10:27:40 +0000 Subject: [PATCH] Renovate ignore subcharts --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ad8f6342..a07c7b52 100644 --- a/renovate.json +++ b/renovate.json @@ -13,5 +13,6 @@ "matchFileNames": ["charts/*/Chart.yaml"], "groupName": "{{parentDir}}-dependencies" } - ] + ], + "ignorePaths": ["charts/*/charts/**"] }