Update renovate.json

This commit is contained in:
2022-11-28 16:51:13 +02:00
committed by GitHub
parent 6fd36d6966
commit ace29e502a

View File

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