From ce42dcfa501aa32ecd6398a464f71c7537a6ed89 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 5 Aug 2022 14:24:46 +0200 Subject: [PATCH] Grouped together `@tryghost` packages - we're doing this to reduce the repo PR noise when a separate monorepo get published - you can still update your dependency with yarn, and then this rollup PR will be occasionally merged --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index d91bd1c308..9e3209b098 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,12 @@ "ghost/admin/lib/koenig-editor/package.json" ], "packageRules": [ + { + "packagePatterns": [ + "@tryghost" + ], + "groupName": "@tryghost" + }, { "packagePatterns": [ "metascraper"