Ghost/renovate.json
2020-03-26 07:50:30 +00:00

26 lines
516 B
JSON

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