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)?$" + ] + } }