2019-07-01 07:46:27 -05:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"@tryghost:base",
|
|
|
|
"@tryghost:groupTestLint",
|
|
|
|
"@tryghost:groupCSS",
|
|
|
|
"@tryghost:groupBuildTools",
|
2020-03-26 02:50:30 -05:00
|
|
|
"@tryghost:automergeSilentTestLintNonMajor",
|
|
|
|
"@tryghost:automergePatchBranch"
|
2019-07-01 07:46:27 -05:00
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
2020-02-25 11:43:04 -05:00
|
|
|
"got",
|
|
|
|
"intl-messageformat",
|
2019-07-04 06:56:13 -05:00
|
|
|
"moment-timezone",
|
2019-07-01 07:46:27 -05:00
|
|
|
"nodemailer",
|
2020-04-22 05:13:49 -05:00
|
|
|
"tmp",
|
2019-07-03 04:27:39 -05:00
|
|
|
"validator",
|
|
|
|
"simple-dom"
|
2019-07-01 07:46:27 -05:00
|
|
|
],
|
2020-03-30 10:26:47 -05:00
|
|
|
"ignorePaths": ["test"],
|
2020-01-16 04:50:59 -05:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packagePatterns": [ "metascraper" ],
|
|
|
|
"groupName": "metascraper"
|
|
|
|
}
|
|
|
|
]
|
2019-07-01 07:46:27 -05:00
|
|
|
}
|