From 33d22c59fc90776e92ff982210c00467267f31c5 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 30 Jun 2020 20:51:34 +0200 Subject: [PATCH] Automate version upgrades The changesset of this is image is minor. This patch should enable automated version upgrades by renovatebot and this way reduce the human workload required. --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ac522b0..cdb634e 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,7 @@ "config:base", "docker:enableMajor" ], - "prConcurrentLimit": 5 + "prConcurrentLimit": 5, + "automerge": true, + "gitLabAutomerge": true }