2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/renovate.json

25 lines
473 B
JSON
Raw Normal View History

{
"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"]
}