mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Disabled automerging of @TryGhost dependencies
refs 865bc40be2
- we want to disable automerging of TryGhost dependencies into this
repository, in order to allow merging with emojis in commits
- the referenced commit adds a preset which which is a packageRule
to match TryGhost dependencies and disable `automergeNonMajor`
This commit is contained in:
parent
61edf00a1b
commit
54a09842a6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"@tryghost:quietJS",
|
"@tryghost:quietJS",
|
||||||
|
"@tryghost:disableTryGhostAutomerge",
|
||||||
"@tryghost:groupTestLint",
|
"@tryghost:groupTestLint",
|
||||||
"@tryghost:groupCSS",
|
"@tryghost:groupCSS",
|
||||||
"@tryghost:groupBuildTools"
|
"@tryghost:groupBuildTools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue