feat: add renovate config file
This commit is contained in:
parent
4328a42695
commit
a7e964485b
1 changed files with 7 additions and 0 deletions
7
.renovaterc.json
Normal file
7
.renovaterc.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>infrastructure/renovate-config"],
|
||||
"argocd": {
|
||||
"fileMatch": ["\\.yml$"]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue