From 4737998999403db825351c7637095b67f5a9eca2 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:09:25 +0200 Subject: [PATCH] :robot: config(renovate.json): Remove custom automerge key. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/renovate:remove-custom-automerge-key.js Please contact the author of the transform if you believe there was an error. --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 704b8eb..3e0cba6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "extends": [ "github>make-github-pseudonymous-again/renovate-config-js-library" - ], - "automerge": true + ] }