From 7596742ae80b37072c10a175f36baa0a6bc45a9f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 31 Aug 2023 15:54:45 +0200 Subject: [PATCH] Configured new Renovate presets refs https://github.com/TryGhost/DevOps/issues/69 - we're doing some work to update our Renovate rules - part of that is the fact that they're deprecating package-based presets, so I've moved the rules into a repo - this commit switches the Ghost repo over to that --- package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index d1c4b37676..8f942f7354 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,7 @@ }, "renovate": { "extends": [ - "@tryghost:quietJS", - "@tryghost:disableTryGhostAutomerge", + "github>tryghost/renovate-config:quiet", "@tryghost:groupTestLint", "@tryghost:groupCSS", "@tryghost:groupBuildTools" @@ -72,12 +71,6 @@ "ghost/admin/lib/koenig-editor/package.json" ], "packageRules": [ - { - "packagePatterns": [ - "@tryghost" - ], - "groupName": "@tryghost" - }, { "packagePatterns": [ "metascraper"