From fdb05199a956a7f031e1b4af0dce9b2fbbbc81dc Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 2 Oct 2020 09:33:46 +0200 Subject: [PATCH] chore: automerge lockfile maintenance --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2f09142a..38f88e21 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,7 +9,8 @@ "prCreation": "not-pending", "lockFileMaintenance": { "enabled": true, - "masterIssueApproval": true + "masterIssueApproval": true, + "automerge": true }, "major": { "stabilityDays": 3,