Compare commits

..

2 Commits

View File

@@ -7,9 +7,13 @@
"**/disabled/**" "**/disabled/**"
], ],
"flux": { "flux": {
"fileMatch": ["\\.yml$"] "managerFilePatterns": [
"/\\.yml$/"
]
}, },
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yml$"] "managerFilePatterns": [
"/\\.yml$/"
]
} }
} }