fix(renovate): Update helmfile regex

This commit is contained in:
Moritz Jörg
2025-09-23 22:50:10 +02:00
parent c300618e85
commit ad3d8f5ab2
+1 -1
View File
@@ -18,7 +18,7 @@
],
"helmfile": {
"managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
"/helmfile\\.d/.*\\.(yaml|gotmpl)$/"
]
}
}