Skip to content

Commit

Permalink
fix(renovate): move express-graphql and react-reconciler from minor t…
Browse files Browse the repository at this point in the history
…o major update groups (#27101)
  • Loading branch information
hoobdeebla committed Nov 9, 2020
1 parent d64603e commit e39a4a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@
// force pr title to be the plugin name
commitMessageTopic: "minor and patch for gatsby-recipes",
commitMessageExtra: "",
excludePackageNames: ["cross-env", "lodash", "lodash-es"],
excludePackageNames: ["cross-env", "express-graphql", "lodash", "lodash-es", "react-reconciler"],
excludePackagePatterns: ["^lodash/", "^@babel/"],
},
{
Expand All @@ -2107,6 +2107,7 @@
// force pr title to be the plugin name
commitMessageSuffix: "for gatsby-recipes",
excludePackageNames: ["cross-env"],
packageNames: ["express-graphql", "react-reconciler"],
},
{
groupName: "minor and patch for gatsby-source-contentful",
Expand Down Expand Up @@ -2236,7 +2237,7 @@
// force pr title to be the plugin name
commitMessageTopic: "minor and patch for gatsby",
commitMessageExtra: "",
excludePackageNames: ["cross-env", "lodash", "lodash-es"],
excludePackageNames: ["cross-env", "express-graphql", "lodash", "lodash-es"],
excludePackagePatterns: ["^lodash/", "^@babel/"],
},
{
Expand All @@ -2247,6 +2248,7 @@
// force pr title to be the plugin name
commitMessageSuffix: "for gatsby",
excludePackageNames: ["cross-env"],
packageNames: ["express-graphql"],
},
{
groupName: "minor and patch for gatsby-admin",
Expand Down

0 comments on commit e39a4a2

Please sign in to comment.