feat: add renovate config file

This commit is contained in:
Sebastian Mark 2023-07-29 15:37:56 +02:00
parent 4328a42695
commit a7e964485b

7
.renovaterc.json Normal file
View file

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