Migrate config renovate.json

This commit is contained in:
Renovate Bot
2025-07-09 13:56:09 +00:00
parent e9431a4aa9
commit e2773ccb32

View File

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