mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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
This commit is contained in:
parent
5704ac061e
commit
ce42dcfa50
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
"ghost/admin/lib/koenig-editor/package.json"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"packagePatterns": [
|
||||
"@tryghost"
|
||||
],
|
||||
"groupName": "@tryghost"
|
||||
},
|
||||
{
|
||||
"packagePatterns": [
|
||||
"metascraper"
|
||||
|
|
Loading…
Reference in a new issue