Update renovate configuration to allow auto-merge
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m34s

This commit is contained in:
bustikiller 2024-12-06 07:16:24 +00:00
parent d097224314
commit c8100f34fc

View File

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