add linter + renovate #6

Merged
OCram85 merged 12 commits from add/renovate into main 2024-05-16 12:12:32 +02:00
Showing only changes of commit 361f8ca67e - 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$"
]
}
}