Ghost/renovate.json

27 lines
484 B
JSON
Raw Normal View History

{
"extends": [
2020-07-21 17:51:59 +02:00
"@tryghost:quietJS",
"@tryghost:groupTestLint",
"@tryghost:groupCSS",
2020-07-21 17:51:59 +02:00
"@tryghost:groupBuildTools"
],
"ignoreDeps": [
"got",
"ghost-storage-base",
"intl-messageformat",
"moment",
"moment-timezone",
"nodemailer",
"tmp",
"validator",
"simple-dom"
],
"ignorePaths": ["test"],
"packageRules": [
{
"packagePatterns": [ "metascraper" ],
"groupName": "metascraper"
}
]
}