ci: automerge [ci skip]

This commit is contained in:
decentral1se 2023-01-18 17:29:10 +01:00
parent 41f46a9d45
commit af854f31e9
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}]
}