Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28667 lines (28667 sloc)
706 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": [ | |
":separateMajorReleases", | |
":combinePatchMinorReleases", | |
":ignoreUnstable", | |
":prImmediately", | |
":semanticPrefixFixDepsChoreOthers", | |
":automergeDisabled", | |
":disablePeerDependencies", | |
":maintainLockFilesDisabled", | |
":disableRateLimiting", | |
":label(topic: automation)", | |
":ignoreModulesAndTests", | |
":enableVulnerabilityAlerts" | |
], | |
"includePaths": [ | |
"package.json", | |
"packages/**", | |
"starters/**", | |
"examples/**" | |
], | |
"major": { | |
"dependencyDashboardApproval": true | |
}, | |
"dependencyDashboard": true, | |
"ignoreDeps": [ | |
"react", | |
"react-dom", | |
"uuid", | |
"gatsby-interface" | |
], | |
"rangeStrategy": "bump", | |
"bumpVersion": null, | |
"prHourlyLimit": 0, | |
"stabilityDays": 2, | |
"postUpdateOptions": [ | |
"yarnDedupeHighest" | |
], | |
"timezone": "GMT", | |
"schedule": [ | |
"before 7am on the first day of the month" | |
], | |
"updateNotScheduled": false, | |
"packageRules": [ | |
{ | |
"matchDepTypes": [ | |
"engines", | |
"@types/node" | |
], | |
"enabled": false | |
}, | |
{ | |
"groupName": "starters and examples", | |
"commitMessageTopic": "starters and examples", | |
"groupSlug": "starters-examples-minor", | |
"matchPaths": [ | |
"starters/**", | |
"examples/**" | |
], | |
"schedule": "before 7am on Monday", | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
] | |
}, | |
{ | |
"extends": [ | |
"monorepo:gatsby" | |
], | |
"commitMessageTopic": "starters and examples Gatsby packages", | |
"groupName": "starters and examples - Gatsby", | |
"groupSlug": "starters-examples-gatsby-minor", | |
"matchPaths": [ | |
"starters/**", | |
"examples/**" | |
], | |
"automerge": true, | |
"stabilityDays": 0, | |
"prPriority": 50, | |
"schedule": "at any time", | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
] | |
}, | |
{ | |
"groupName": "starters and examples", | |
"commitMessageTopic": "starters and examples", | |
"matchPaths": [ | |
"starters/**", | |
"examples/**" | |
], | |
"schedule": "before 7am on Monday", | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupSlug": "starters-examples-major", | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"extends": [ | |
"monorepo:gatsby" | |
], | |
"commitMessageTopic": "starters and examples Gatsby packages", | |
"groupName": "starters and examples - Gatsby", | |
"matchPaths": [ | |
"starters/**", | |
"examples/**" | |
], | |
"stabilityDays": 0, | |
"prPriority": 50, | |
"schedule": "at any time", | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupSlug": "starters-examples-gatsby-major", | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "babel monorepo", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchSourceUrlPrefixes": [ | |
"https://github.com/babel/babel" | |
] | |
}, | |
{ | |
"groupName": "lodash monorepo", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchSourceUrlPrefixes": [ | |
"https://github.com/lodash" | |
] | |
}, | |
{ | |
"groupName": "gatsby monorepo", | |
"groupSlug": "gatsby-monorepo", | |
"matchPaths": [ | |
"+(package.json)" | |
], | |
"dependencyDashboardApproval": false, | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"commitMessageTopic": "dependencies for Gatsby monorepo", | |
"excludePackagePatterns": [ | |
"^@babel" | |
] | |
}, | |
{ | |
"groupName": "formatting & linting", | |
"commitMessageTopic": "Formatting & linting", | |
"matchPaths": [ | |
"+(package.json)" | |
], | |
"matchPackageNames": [ | |
"eslint", | |
"prettier" | |
], | |
"matchPackagePatterns": [ | |
"^eslint-" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "cross-env", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"cross-env" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "execa", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"execa" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "mini-css-extract-plugin", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"mini-css-extract-plugin" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
] | |
}, | |
{ | |
"groupName": "sharp", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"sharp", | |
"@types/sharp" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
] | |
}, | |
{ | |
"groupName": "typescript", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"typescript" | |
], | |
"matchPackagePatterns": [ | |
"^@typescript-eslint/" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "cypress", | |
"matchPaths": [ | |
"e2e-tests/**/package.json", | |
"examples/**/package.json" | |
], | |
"matchPackageNames": [ | |
"cypress", | |
"cypress-image-snapshot" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "chalk", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"chalk" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "fs-extra", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"fs-extra", | |
"@types/fs-extra" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "testing library", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackagePatterns": [ | |
"^@testing-library/" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "cheerio", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"cheerio" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "semver", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"semver", | |
"@types/semver" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "core-js", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/!(gatsby-legacy-polyfills)/**/package.json" | |
], | |
"matchPackageNames": [ | |
"core-js", | |
"core-js-compat" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "chokidar", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackageNames": [ | |
"chokidar" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"groupName": "Parcel", | |
"matchPaths": [ | |
"+(package.json)", | |
"packages/**/package.json" | |
], | |
"matchPackagePatterns": [ | |
"^@parcel/" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor", | |
"patch" | |
], | |
"matchDepTypes": [ | |
"dependencies", | |
"devDependencies" | |
], | |
"dependencyDashboardApproval": false | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-prod-minor", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-plugin-remove-graphql-queries/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for babel-plugin-remove-graphql-queries", | |
"groupSlug": "babel-plugin-remove-graphql-queries-prod-major", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-prod-minor", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby-package/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for babel-preset-gatsby-package", | |
"groupSlug": "babel-preset-gatsby-package-prod-major", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-prod-minor", | |
"matchPackageNames": [ | |
"babel-plugin-transform-react-remove-prop-types" | |
], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/babel-preset-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for babel-preset-gatsby", | |
"groupSlug": "babel-preset-gatsby-prod-major", | |
"matchPackageNames": [ | |
"babel-plugin-transform-react-remove-prop-types" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-prod-minor", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/create-gatsby/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for create-gatsby", | |
"groupSlug": "create-gatsby-prod-major", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-prod-minor", | |
"matchPackageNames": [ | |
"is-valid-path", | |
"opentracing", | |
"stack-trace" | |
], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for gatsby-cli", | |
"groupSlug": "gatsby-cli-prod-major", | |
"matchPackageNames": [ | |
"is-valid-path", | |
"opentracing", | |
"stack-trace" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-prod-minor", | |
"matchPackageNames": [ | |
"jscodeshift", | |
"recast" | |
], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-codemods/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for gatsby-codemods", | |
"groupSlug": "gatsby-codemods-prod-major", | |
"matchPackageNames": [ | |
"jscodeshift", | |
"recast" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-prod-minor", | |
"matchPackageNames": [ | |
"tmp" | |
], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-core-utils/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for gatsby-core-utils", | |
"groupSlug": "gatsby-core-utils-prod-major", | |
"matchPackageNames": [ | |
"tmp" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-prod-minor", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-cypress/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for gatsby-cypress", | |
"groupSlug": "gatsby-cypress-prod-major", | |
"matchPackageNames": [], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "major dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-prod-major", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "minor and patch dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-prod-minor", | |
"matchPackageNames": [ | |
"hex2rgba" | |
], | |
"matchUpdateTypes": [ | |
"patch" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-design-tokens/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"groupName": "major dependencies for gatsby-design-tokens", | |
"groupSlug": "gatsby-design-tokens-prod-major", | |
"matchPackageNames": [ | |
"hex2rgba" | |
], | |
"matchUpdateTypes": [ | |
"major", | |
"minor" | |
], | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}", | |
"dependencyDashboardApproval": true | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-dev-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "[DEV] minor and patch dependencies for gatsby-dev-cli", | |
"groupSlug": "gatsby-dev-cli-dev-minor", | |
"automerge": true, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-dev-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"devDependencies" | |
], | |
"matchUpdateTypes": [ | |
"major" | |
], | |
"groupName": "[DEV] major dependencies for gatsby-dev-cli", | |
"groupSlug": "gatsby-dev-cli-dev-major", | |
"automerge": true, | |
"dependencyDashboardApproval": false, | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-dev-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |
"matchUpdateTypes": [ | |
"patch", | |
"minor" | |
], | |
"groupName": "minor and patch dependencies for gatsby-dev-cli", | |
"groupSlug": "gatsby-dev-cli-prod-minor", | |
"excludePackageNames": [ | |
"eslint", | |
"prettier", | |
"cross-env", | |
"execa", | |
"mini-css-extract-plugin", | |
"sharp", | |
"@types/sharp", | |
"typescript", | |
"cypress", | |
"cypress-image-snapshot", | |
"chalk", | |
"fs-extra", | |
"@types/fs-extra", | |
"cheerio", | |
"semver", | |
"@types/semver", | |
"core-js", | |
"core-js-compat", | |
"chokidar" | |
], | |
"excludePackagePatterns": [ | |
"^@babel", | |
"^eslint-", | |
"^@typescript-eslint/", | |
"^@testing-library/", | |
"^@parcel/" | |
], | |
"commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" | |
}, | |
{ | |
"matchPaths": [ | |
"packages/gatsby-dev-cli/package.json" | |
], | |
"matchDepTypes": [ | |
"dependencies" | |
], | |