From 8a40fdbe7e5ef2f52af20985f80f8a333cb95046 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 2 Jan 2022 17:57:03 +0100 Subject: [PATCH] Fix: renovate.json - helm-values --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9fbd9708..a9e97e34 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ "rebaseWhen": "conflicted", "assignees": ["@nold360"], "helm-values": { - "fileMatch": ["./projects/.*/values/.+\\.ya?ml$"] + "fileMatch": ["projects/.*/values/.+\\.ya?ml$"] }, "kubernetes": { "fileMatch": ["\\.ya?ml$"],