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

31 lines
587 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"],
"packageRules": [
{
"packagePatterns": [ "metascraper" ],
"groupName": "metascraper"
}
]
}