2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/renovate.json
Daniel Lockyer 2b9e494dfc Updated ignored dependencies in Renovate
no issue

- `got` 10.x has a Node 10 bug that makes it pretty much unusable for
  now
- `intl-messageformat` 6.0.0 introduced a breaking change in terms of
  escaping that would be pretty difficult to fix for now
2020-02-25 16:43:04 +00:00

33 lines
628 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": [
"got",
"intl-messageformat",
"moment-timezone",
"nodemailer",
"validator",
"simple-dom"
],
"ignorePaths": ["core/test"],
"packageRules": [
{
"packagePatterns": [ "metascraper" ],
"groupName": "metascraper"
}
]
}