2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/renovate.json
Naz Gargol 2bebddc68c
Update Renovate Configuration (#10873)
no issue

- Custom schedule initially introduced in 4ddc8310b0 to be able to triage initial influx of PRs druing less work intence time
2019-07-05 15:51:40 +02:00

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