diff --git a/lib/modules/manager/helmfile/index.ts b/lib/modules/manager/helmfile/index.ts index c491b44f9c0a3e69175466c1b9eff6c0cec919ec..fae7d3439ebe88ec55c9976da3c5288bd60a9ab9 100644 --- a/lib/modules/manager/helmfile/index.ts +++ b/lib/modules/manager/helmfile/index.ts @@ -11,7 +11,7 @@ export const defaultConfig = { stable: 'https://charts.helm.sh/stable', }, commitMessageTopic: 'helm chart {{depName}}', - fileMatch: ['(^|/)helmfile\\.ya?ml$'], + fileMatch: ['(^|/)helmfile\\.ya?ml(?:\\.gotmpl)?$'], }; export const categories: Category[] = ['cd', 'helm', 'kubernetes'];