Skip to content

Commit 95f52f0

Browse files
committed
chore: add gatsby-plugin-gatsby-cloud to renovate
1 parent 22cbc30 commit 95f52f0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

renovate.json5

+20-20
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,26 @@
599599
commitMessageSuffix: "for gatsby-plugin-fullstory",
600600
excludePackageNames: ["cross-env"],
601601
},
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+
},
602622
{
603623
groupName: "minor and patch for gatsby-plugin-glamor",
604624
paths: ["packages/gatsby-plugin-glamor/"],
@@ -699,26 +719,6 @@
699719
commitMessageSuffix: "for gatsby-plugin-graphql-config",
700720
excludePackageNames: ["cross-env"],
701721
},
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-
},
722722
{
723723
groupName: "minor and patch for gatsby-plugin-image",
724724
paths: ["packages/gatsby-plugin-image/"],

0 commit comments

Comments
 (0)