add renovate
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
OCram85 2023-12-07 10:34:38 +01:00
parent a8f87b7bf8
commit 4c2bc1d5e3

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"dependencyDashboard": true,
"docker": {
"enabled": true
},
"woodpecker": {
"enabled": true,
"fileMatch": [
"^.woodpecker\/.*.yml$"
]
}
}