chore(config): migrate config .renovaterc.json

This commit is contained in:
Renovate Bot 2025-05-05 13:12:44 +00:00
parent 228f0f0317
commit 108127715c

View file

@ -1,7 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config"],
"extends": [
"local>infrastructure/renovate-config"
],
"argocd": {
"fileMatch": ["\\.yml$"]
"managerFilePatterns": [
"/\\.yml$/"
]
}
}