From e8f7bd12a6d7c7ad5a72825e48412c7f85c59920 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 17 Oct 2024 08:30:20 +0200 Subject: [PATCH] Update renovate fileMatch again --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 9e99a24..fd99ddc 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,9 @@ "extends": [ "config:recommended" ], - "fileMatch": [ - "(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$" - ] + "helmfile": { + "fileMatch": [ + "(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$" + ] + } }