2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/renovate.json
2020-06-11 14:22:39 +01:00

29 lines
568 B
JSON

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