fix default repo #1

Merged
OCram85 merged 3 commits from ocram85-patch-1 into main 2023-12-07 10:42:38 +01:00
Showing only changes of commit 4c2bc1d5e3 - Show all commits

12
renovate.json Normal file
View File

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