Update renovate.json

This commit is contained in:
2022-04-25 11:50:03 +03:00
committed by GitHub
parent 0adf0d9916
commit e662148ef7

View File

@@ -1,5 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":preserveSemverRanges",
":semanticCommits",
":labels(dependencies)",
"schedule:nonOfficeHours"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}