Skip to content

Commit 5dda0fe

Browse files
authored
fix(renovate): add breaking minor updates to major updates list (#30676)
1 parent b427a7c commit 5dda0fe

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

renovate.json5

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@
20162016
// force pr title to be the plugin name
20172017
commitMessageTopic: "minor and patch for gatsby-source-filesystem",
20182018
commitMessageExtra: "",
2019-
excludePackageNames: ["cross-env", "lodash", "lodash-es"],
2019+
excludePackageNames: ["cross-env", "lodash", "lodash-es", "msw"],
20202020
excludePackagePatterns: ["^lodash/", "^@babel/"],
20212021
},
20222022
{
@@ -2027,6 +2027,7 @@
20272027
// force pr title to be the plugin name
20282028
commitMessageSuffix: "for gatsby-source-filesystem",
20292029
excludePackageNames: ["cross-env"],
2030+
packageNames: ["msw"],
20302031
},
20312032
{
20322033
groupName: "minor and patch for gatsby-telemetry",
@@ -2096,7 +2097,7 @@
20962097
// force pr title to be the plugin name
20972098
commitMessageTopic: "minor and patch for gatsby-recipes",
20982099
commitMessageExtra: "",
2099-
excludePackageNames: ["cross-env", "express-graphql", "lodash", "lodash-es", "react-reconciler"],
2100+
excludePackageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "cross-env", "express-graphql", "lodash", "lodash-es", "react-reconciler", "remark-mdx", "remark-mdxjs"],
21002101
excludePackagePatterns: ["^lodash/", "^@babel/"],
21012102
},
21022103
{
@@ -2107,7 +2108,7 @@
21072108
// force pr title to be the plugin name
21082109
commitMessageSuffix: "for gatsby-recipes",
21092110
excludePackageNames: ["cross-env"],
2110-
packageNames: ["express-graphql", "react-reconciler"],
2111+
packageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "express-graphql", "react-reconciler", "remark-mdx", "remark-mdxjs"],
21112112
},
21122113
{
21132114
groupName: "minor and patch for gatsby-source-contentful",
@@ -2237,7 +2238,7 @@
22372238
// force pr title to be the plugin name
22382239
commitMessageTopic: "minor and patch for gatsby",
22392240
commitMessageExtra: "",
2240-
excludePackageNames: ["cross-env", "express-graphql", "lodash", "lodash-es"],
2241+
excludePackageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "cross-env", "express-graphql", "lodash", "lodash-es", "remark-mdx", "remark-mdxjs", "webpack-virtual-modules"],
22412242
excludePackagePatterns: ["^lodash/", "^@babel/"],
22422243
},
22432244
{
@@ -2248,7 +2249,7 @@
22482249
// force pr title to be the plugin name
22492250
commitMessageSuffix: "for gatsby",
22502251
excludePackageNames: ["cross-env"],
2251-
packageNames: ["express-graphql"],
2252+
packageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "express-graphql", "remark-mdx", "remark-mdxjs", "webpack-virtual-modules"],
22522253
},
22532254
{
22542255
groupName: "minor and patch for gatsby-admin",
@@ -2258,7 +2259,7 @@
22582259
// force pr title to be the plugin name
22592260
commitMessageTopic: "minor and patch for gatsby-admin",
22602261
commitMessageExtra: "",
2261-
excludePackageNames: ["cross-env", "lodash", "lodash-es"],
2262+
excludePackageNames: ["cross-env", "lodash", "lodash-es", "theme-ui"],
22622263
excludePackagePatterns: ["^lodash/", "^@babel/"],
22632264
},
22642265
{
@@ -2269,6 +2270,7 @@
22692270
// force pr title to be the plugin name
22702271
commitMessageSuffix: "for gatsby-admin",
22712272
excludePackageNames: ["cross-env"],
2273+
packageNames: ["theme-ui"],
22722274
},
22732275
],
22742276
}

0 commit comments

Comments
 (0)