From d6342dd3404c169155739574973e851c3e2dc871 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 27 Aug 2024 15:42:33 +1000 Subject: [PATCH] update renovate config to include .sh files for helm chart version updates in the scripts --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index b1092f5..fa22189 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,9 @@ "fileMatch": ["\\.yaml$"] }, "helm-values": { - "fileMatch": ["\\.yaml$"] + "fileMatch": ["\\.yaml$", "\\.yml$", "\\.sh$"] }, "ignorePaths": [ - + "projects/" ] }