From b49b8fb006ebd9f8848aab14359c221e498ff907 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 1 Apr 2021 15:52:07 +0100 Subject: [PATCH] Disabled automerging of @TryGhost dependencies no issue - we want to disable automerging of TryGhost dependencies in order to allow commits that contain emojis and context for the bump - similar to https://github.com/TryGhost/Ghost/commit/54a09842a67458038c2f8740847b958d9ed2062a in Ghost, this commit adds the new preset to disable automerging of @TryGhost dependencies --- ghost/admin/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/renovate.json b/ghost/admin/renovate.json index 98ce051eff..61d1b25ee5 100644 --- a/ghost/admin/renovate.json +++ b/ghost/admin/renovate.json @@ -1,6 +1,7 @@ { "extends": [ - "@tryghost:quietJS" + "@tryghost:quietJS", + "@tryghost:disableTryGhostAutomerge" ], "ignoreDeps": [ "ember-drag-drop",