From ede7df99bffbd447c7fa1100a022534dd43e366e Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:08:57 +0200 Subject: [PATCH] :robot: config(renovate.json): Remove custom automerge key for major bumps. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/renovate:remove-custom-major-automerge-setting.js Please contact the author of the transform if you believe there was an error. --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index d9b682a..3e0cba6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,5 @@ { "extends": [ "github>make-github-pseudonymous-again/renovate-config-js-library" - ], - "major": { - "automerge": false - } + ] }