Add renovate automerge config

This commit is contained in:
Daniel 2021-09-30 13:24:56 +02:00 committed by GitHub
parent 1106e578ac
commit 39eaf8bc69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}