Skip to content

Commit

Permalink
chore: add gatsby-plugin-gatsby-cloud to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed May 6, 2021
1 parent 22cbc30 commit 95f52f0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions renovate.json5
Expand Up @@ -599,6 +599,26 @@
commitMessageSuffix: "for gatsby-plugin-fullstory",
excludePackageNames: ["cross-env"],
},
{
groupName: "minor and patch for gatsby-plugin-gatsby-cloud",
paths: ["packages/gatsby-plugin-gatsby-cloud/"],
groupSlug: "gatsby-plugin-gatsby-cloud",
updateTypes: ["minor", "patch"],
// force pr title to be the plugin name
commitMessageTopic: "minor and patch for gatsby-plugin-gatsby-cloud",
commitMessageExtra: "",
excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"],
excludePackagePatterns: ["^lodash/", "^@babel/"],
},
{
groupName: "major for gatsby-plugin-gatsby-cloud",
paths: ["packages/gatsby-plugin-gatsby-cloud/"],
groupSlug: "gatsby-plugin-gatsby-cloud-major",
updateTypes: ["major"],
// force pr title to be the plugin name
commitMessageSuffix: "for gatsby-plugin-gatsby-cloud",
excludePackageNames: ["cross-env"],
},
{
groupName: "minor and patch for gatsby-plugin-glamor",
paths: ["packages/gatsby-plugin-glamor/"],
Expand Down Expand Up @@ -699,26 +719,6 @@
commitMessageSuffix: "for gatsby-plugin-graphql-config",
excludePackageNames: ["cross-env"],
},
{
groupName: "minor and patch for gatsby-plugin-guess-js",
paths: ["packages/gatsby-plugin-guess-js/"],
groupSlug: "gatsby-plugin-guess-js",
updateTypes: ["minor", "patch"],
// force pr title to be the plugin name
commitMessageTopic: "minor and patch for gatsby-plugin-guess-js",
commitMessageExtra: "",
excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"],
excludePackagePatterns: ["^lodash/", "^@babel/"],
},
{
groupName: "major for gatsby-plugin-guess-js",
paths: ["packages/gatsby-plugin-guess-js/"],
groupSlug: "gatsby-plugin-guess-js-major",
updateTypes: ["major"],
// force pr title to be the plugin name
commitMessageSuffix: "for gatsby-plugin-guess-js",
excludePackageNames: ["cross-env"],
},
{
groupName: "minor and patch for gatsby-plugin-image",
paths: ["packages/gatsby-plugin-image/"],
Expand Down

0 comments on commit 95f52f0

Please sign in to comment.