mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
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
This commit is contained in:
parent
15561efd48
commit
b49b8fb006
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"@tryghost:quietJS"
|
"@tryghost:quietJS",
|
||||||
|
"@tryghost:disableTryGhostAutomerge"
|
||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"ember-drag-drop",
|
"ember-drag-drop",
|
||||||
|
|
Loading…
Add table
Reference in a new issue