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
+7 -2
View File
@@ -13,7 +13,12 @@
] ]
}, },
"ignorePaths": [ "ignorePaths": [
"attic/" "attic/"
"bootstrap/" "bootstrap/"
], ],
"helmfile": {
"managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/",
]
},
} }