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