Compare commits

..

No commits in common. "9584f2ccd231e9037b94b30656484edb529f353a" and "228f0f0317e2a9e9978f6eff57b5023b113a9151" have entirely different histories.

View file

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