Merge pull request 'Update renovate.json' (#30) from bustikiller-patch-1 into main
All checks were successful
Run unit tests / unit_tests (push) Successful in 2m30s

Reviewed-on: #30
This commit is contained in:
bustikiller 2024-08-10 08:31:34 +00:00
commit 8236f167a4

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