adds renovate support #8

Merged
OCram85 merged 1 commits from depsupd into main 2023-07-12 14:01:40 +02:00
1 changed files with 12 additions and 0 deletions

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"dependencyDashboard": true,
"docker": {
"enabled": true
},
"github-actions": {
"enabled": true,
"fileMatch": [
"^\\.gitea/workflows/[^/]+\\.ya?ml$"
]
}
}