Ghost/renovate.json
Daniel Lockyer 082160106a Added tmp to Renovate ignore list
no issue

- `tmp` 0.1.0 is broken but a new release isn't coming any time soon so
  we should ignore it for now
2020-04-22 11:13:49 +01:00

27 lines
524 B
JSON

{
"extends": [
"@tryghost:base",
"@tryghost:groupTestLint",
"@tryghost:groupCSS",
"@tryghost:groupBuildTools",
"@tryghost:automergeSilentTestLintNonMajor",
"@tryghost:automergePatchBranch"
],
"ignoreDeps": [
"got",
"intl-messageformat",
"moment-timezone",
"nodemailer",
"tmp",
"validator",
"simple-dom"
],
"ignorePaths": ["test"],
"packageRules": [
{
"packagePatterns": [ "metascraper" ],
"groupName": "metascraper"
}
]
}