diff --git a/renovate.json b/renovate.json index 54510d66..4232c818 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,12 @@ ] }, "ignorePaths": [ - "attic/" - "bootstrap/" + "attic/" + "bootstrap/" ], + "helmfile": { + "managerFilePatterns": [ + "/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/", + ] + }, }