b49b8fb006
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 54a09842a6
in Ghost, this commit adds the new preset to disable automerging of @TryGhost dependencies
32 lines
686 B
JSON
32 lines
686 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:quietJS",
|
|
"@tryghost:disableTryGhostAutomerge"
|
|
],
|
|
"ignoreDeps": [
|
|
"ember-drag-drop",
|
|
"normalize.css",
|
|
"validator",
|
|
"codemirror"
|
|
],
|
|
"ignorePaths": ["lib/koenig-editor/package.json"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "ember-basic-dropdown addons",
|
|
"packagePatterns": ["^ember-basic", "^ember-power"]
|
|
},
|
|
{
|
|
"groupName": "ember core",
|
|
"packageNames": ["ember-source", "ember-cli", "ember-data"]
|
|
},
|
|
{
|
|
"groupName": "ember testing",
|
|
"packageNames": ["ember-mocha", "ember-exam", "testem"]
|
|
},
|
|
{
|
|
"extends": "@tryghost:groupCSS",
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|