adds renovate support
All checks were successful
ci / docker (pull_request) Successful in 24s

This commit is contained in:
OCram85 2023-07-12 13:58:25 +02:00
parent 438ed033d4
commit 8b6f2cd8dd

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$"
]
}
}