Ghost/renovate.json

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