|
599 | 599 | commitMessageSuffix: "for gatsby-plugin-fullstory",
|
600 | 600 | excludePackageNames: ["cross-env"],
|
601 | 601 | },
|
| 602 | + { |
| 603 | + groupName: "minor and patch for gatsby-plugin-gatsby-cloud", |
| 604 | + paths: ["packages/gatsby-plugin-gatsby-cloud/"], |
| 605 | + groupSlug: "gatsby-plugin-gatsby-cloud", |
| 606 | + updateTypes: ["minor", "patch"], |
| 607 | + // force pr title to be the plugin name |
| 608 | + commitMessageTopic: "minor and patch for gatsby-plugin-gatsby-cloud", |
| 609 | + commitMessageExtra: "", |
| 610 | + excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], |
| 611 | + excludePackagePatterns: ["^lodash/", "^@babel/"], |
| 612 | + }, |
| 613 | + { |
| 614 | + groupName: "major for gatsby-plugin-gatsby-cloud", |
| 615 | + paths: ["packages/gatsby-plugin-gatsby-cloud/"], |
| 616 | + groupSlug: "gatsby-plugin-gatsby-cloud-major", |
| 617 | + updateTypes: ["major"], |
| 618 | + // force pr title to be the plugin name |
| 619 | + commitMessageSuffix: "for gatsby-plugin-gatsby-cloud", |
| 620 | + excludePackageNames: ["cross-env"], |
| 621 | + }, |
602 | 622 | {
|
603 | 623 | groupName: "minor and patch for gatsby-plugin-glamor",
|
604 | 624 | paths: ["packages/gatsby-plugin-glamor/"],
|
|
699 | 719 | commitMessageSuffix: "for gatsby-plugin-graphql-config",
|
700 | 720 | excludePackageNames: ["cross-env"],
|
701 | 721 | },
|
702 |
| - { |
703 |
| - groupName: "minor and patch for gatsby-plugin-guess-js", |
704 |
| - paths: ["packages/gatsby-plugin-guess-js/"], |
705 |
| - groupSlug: "gatsby-plugin-guess-js", |
706 |
| - updateTypes: ["minor", "patch"], |
707 |
| - // force pr title to be the plugin name |
708 |
| - commitMessageTopic: "minor and patch for gatsby-plugin-guess-js", |
709 |
| - commitMessageExtra: "", |
710 |
| - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], |
711 |
| - excludePackagePatterns: ["^lodash/", "^@babel/"], |
712 |
| - }, |
713 |
| - { |
714 |
| - groupName: "major for gatsby-plugin-guess-js", |
715 |
| - paths: ["packages/gatsby-plugin-guess-js/"], |
716 |
| - groupSlug: "gatsby-plugin-guess-js-major", |
717 |
| - updateTypes: ["major"], |
718 |
| - // force pr title to be the plugin name |
719 |
| - commitMessageSuffix: "for gatsby-plugin-guess-js", |
720 |
| - excludePackageNames: ["cross-env"], |
721 |
| - }, |
722 | 722 | {
|
723 | 723 | groupName: "minor and patch for gatsby-plugin-image",
|
724 | 724 | paths: ["packages/gatsby-plugin-image/"],
|
|
0 commit comments