From eb165e1b8adaca26578c4b0b32a720fbc46ec943 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 17 Oct 2024 06:43:43 +0200 Subject: [PATCH] Update renovate fileMatch --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..9e99a24 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "fileMatch": [ + "(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$" ] }