Update renovate.json
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m17s

This commit is contained in:
bustikiller 2024-08-10 08:28:09 +00:00
parent 5fbebbcec2
commit 32d796aa30

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
}
]
}