From 288c56d309e6319dc658e2b0fe34a6e2cf625b83 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Tue, 25 Jul 2023 17:04:13 +0200 Subject: [PATCH] fix renovate config Signed-off-by: Moritz Wiesinger --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e7ef8043f..fd738ae10 100644 --- a/renovate.json +++ b/renovate.json @@ -16,8 +16,9 @@ "test\\/.*\\.ya?ml$" ] }, - "helm": { + "helm-values": { "fileMatch": [ + "(^|/)values\\.ya?ml$", "^chart/open-feature-operator/README.md$" ] },