5aa0a2134b
refs #10870 - Added moment-timezone to Renovate's ignore list - Described reasoning in https://github.com/TryGhost/Ghost/issues/10870
26 lines
512 B
JSON
26 lines
512 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": [
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"validator",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["core/test"]
|
|
}
|