4ddc8310b0
no issue - To go through initial flood of PRs we want to have schedule changed just for the first week. - This commit should be reverted next week
24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:base",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools",
|
|
"@tryghost:automergeSilentTestLintNonMajor"
|
|
],
|
|
"schedule": "before 3am on Tuesday",
|
|
"travis": { "enabled": true },
|
|
"node": {
|
|
"supportPolicy": ["lts"]
|
|
},
|
|
"separateMinorPatch": true,
|
|
"patch": {
|
|
"automerge": true
|
|
},
|
|
"ignoreDeps": [
|
|
"nodemailer",
|
|
"validator"
|
|
],
|
|
"ignorePaths": ["core/test"]
|
|
}
|