add renovate

This commit is contained in:
Aaron Riedel 2024-05-29 22:18:05 +02:00
parent 2c9cce5079
commit 6ae43134b9
Signed by: aaron
GPG key ID: 643004654D40D577

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": ["argocd"],
"argocd": {
"fileMatch": ["^app-files/apps\\.yaml$"]
},
"packageRules": [
]
}