From 91ca20b73f4373ec34ceb34efe5b2aec7b12c4ea Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 17 Apr 2024 18:19:35 +0200 Subject: [PATCH] Disable automerge --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 2777ac1..a5fcb2a 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,5 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "automerge": false, };