swarmproxy/renovate.json

13 lines
189 B
JSON
Raw Normal View History

2023-07-12 13:58:25 +02:00
{
"dependencyDashboard": true,
"docker": {
"enabled": true
},
"github-actions": {
"enabled": true,
"fileMatch": [
"^\\.gitea/workflows/[^/]+\\.ya?ml$"
]
}
}