bustikiller c8100f34fc
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m34s
Update renovate configuration to allow auto-merge
2024-12-06 07:16:24 +00:00

11 lines
243 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}