fix(ci): enable automerge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2021-10-24 15:19:51 +02:00
parent edfdbfb08c
commit b5c1b3ef83
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,3 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeStrategy": "merge-commit",
"automergeType": "branch"
} }