Ghost/ghost/admin/renovate.json
Daniel Lockyer b49b8fb006 Disabled automerging of @TryGhost dependencies
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
2021-04-01 15:52:07 +01:00

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
}
]
}