cluster-deployments/.renovaterc.json

8 lines
166 B
JSON
Raw Permalink Normal View History

2023-07-29 13:37:56 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config"],
"argocd": {
"fileMatch": ["\\.yml$"]
}
}