bd0e5588be
no issue - Added `simple-dom` to renovate ignore dependency list. Mobiledoc-kit's dom renderer will need updates for it to be compatible so we stick to one version across the dom renderer and our own usage of simple-dom
25 lines
487 B
JSON
25 lines
487 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",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["core/test"]
|
|
}
|