2bebddc68c
no issue
- Custom schedule initially introduced in 4ddc8310b0
to be able to triage initial influx of PRs druing less work intence time
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:base",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools",
|
|
"@tryghost:automergeSilentTestLintNonMajor"
|
|
],
|
|
"travis": { "enabled": true },
|
|
"node": {
|
|
"supportPolicy": ["lts"]
|
|
},
|
|
"separateMinorPatch": true,
|
|
"patch": {
|
|
"automerge": true
|
|
},
|
|
"ignoreDeps": [
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"validator",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["core/test"]
|
|
}
|