From bb1039739eb8d221e098b2dda0884ef756304b3d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Dec 2021 13:38:52 +0100 Subject: [PATCH] fix mistake in renovate config --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1ff23d022fb..534e66f74ba 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,7 +8,7 @@ "rebaseWhen": "conflicted", "prConcurrentLimit": 7, "pinDigests": true, - "timezone":"Europe/Amsterdam" + "timezone":"Europe/Amsterdam", "helm-values": { "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] },