swarmproxy/renovate.json
OCram85 8b6f2cd8dd
All checks were successful
ci / docker (pull_request) Successful in 24s
adds renovate support
2023-07-12 13:58:25 +02:00

13 lines
189 B
JSON

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