fix: Add support for helmfiles

This commit is contained in:
Moritz Jörg
2025-09-23 22:28:33 +02:00
parent 283c66797b
commit ccf69ffe45
+5
View File
@@ -16,4 +16,9 @@
"attic/"
"bootstrap/"
],
"helmfile": {
"managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/",
]
},
}