From bbed3bfcd8a466e867c8e5699e37b8eb9e68a44d Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 25 May 2020 03:28:44 +0200 Subject: [PATCH] Set automerge config true by default --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index ee04067..7cdc950 100644 --- a/config.js +++ b/config.js @@ -13,5 +13,6 @@ module.exports = { prConcurrentLimit: 5, updateLockFiles: true, gitLabAutomerge: true - } + }, + gitLabAutomerge: true };