From 54a09842a67458038c2f8740847b958d9ed2062a Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 1 Apr 2021 13:07:26 +0100 Subject: [PATCH] Disabled automerging of @TryGhost dependencies refs https://github.com/TryGhost/slimer/commit/865bc40be26ac26d62cab198eaf1fdde1ab63cea - we want to disable automerging of TryGhost dependencies into this repository, in order to allow merging with emojis in commits - the referenced commit adds a preset which which is a packageRule to match TryGhost dependencies and disable `automergeNonMajor` --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index b9b2ed695a..16f5d7da82 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ "@tryghost:quietJS", + "@tryghost:disableTryGhostAutomerge", "@tryghost:groupTestLint", "@tryghost:groupCSS", "@tryghost:groupBuildTools"