chore(config): migrate renovate config #6

Merged
smark merged 2 commits from renovate/migrate-config into main 2025-05-05 13:25:57 +00:00
Showing only changes of commit 108127715c - Show all commits

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$/"
]
}
}