cluster-deployments/.renovaterc.json

7 lines
166 B
JSON

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