|
55 | 55 | {
|
56 | 56 | groupName: "remark docs linting",
|
57 | 57 | updateTypes: ["major", "minor", "patch", "pin"],
|
58 |
| - paths: ["package.json"], |
| 58 | + paths: ["./package.json"], |
59 | 59 | packageNames: ["remark", "retext"],
|
60 | 60 | packagePatterns: ["^remark-", "^retext-"],
|
61 | 61 | dependencyDashboardApproval: false,
|
| 62 | + excludePackageNames: ["remark-mdx", "remark-mdxjs"], |
62 | 63 | },
|
63 | 64 | {
|
64 | 65 | groupName: "eslint",
|
65 | 66 | updateTypes: ["major", "minor", "patch", "pin"],
|
66 |
| - paths: ["package.json"], |
| 67 | + paths: ["./package.json"], |
67 | 68 | packageNames: ["eslint"],
|
68 | 69 | packagePatterns: ["^eslint-"],
|
69 | 70 | dependencyDashboardApproval: false,
|
70 | 71 | },
|
71 | 72 | {
|
72 | 73 | groupName: "cross-env",
|
73 |
| - paths: ["package.json", "packages/**"], |
| 74 | + paths: ["./package.json", "packages/**"], |
74 | 75 | packageNames: ["cross-env"],
|
75 | 76 | dependencyDashboardApproval: false,
|
76 | 77 | },
|
77 | 78 | {
|
78 | 79 | groupName: "mini-css-extract-plugin",
|
79 |
| - paths: ["package.json", "packages/**"], |
| 80 | + paths: ["./package.json", "packages/**"], |
80 | 81 | packageNames: ["mini-css-extract-plugin"],
|
81 | 82 | dependencyDashboardApproval: false,
|
82 | 83 | },
|
83 | 84 | {
|
84 | 85 | groupName: "typescript",
|
85 |
| - paths: ["package.json", "packages/**"], |
| 86 | + paths: ["./package.json", "packages/**"], |
86 | 87 | packageNames: ["typescript"],
|
87 | 88 | dependencyDashboardApproval: false,
|
88 | 89 | },
|
89 | 90 | {
|
90 | 91 | groupName: "babel monorepo",
|
91 |
| - paths: ["package.json", "packages/**"], |
| 92 | + paths: ["./package.json", "packages/**"], |
92 | 93 | sourceUrlPrefixes: ["https://github.com/babel/babel"],
|
93 | 94 | dependencyDashboardApproval: false,
|
94 | 95 | },
|
95 | 96 | {
|
96 | 97 | groupName: "lodash monorepo",
|
97 |
| - paths: ["package.json", "packages/**"], |
| 98 | + paths: ["./package.json", "packages/**"], |
98 | 99 | sourceUrlPrefixes: ["https://github.com/lodash"],
|
99 | 100 | dependencyDashboardApproval: false,
|
100 | 101 | },
|
|
118 | 119 | commitMessageSuffix: "for babel-preset-gatsby-package",
|
119 | 120 | excludePackageNames: ["cross-env"],
|
120 | 121 | },
|
| 122 | + { |
| 123 | + groupName: "minor and patch for create-gatsby", |
| 124 | + paths: ["packages/create-gatsby/"], |
| 125 | + groupSlug: "create-gatsby", |
| 126 | + updateTypes: ["minor", "patch"], |
| 127 | + // force pr title to be the plugin name |
| 128 | + commitMessageTopic: "minor and patch for create-gatsby", |
| 129 | + commitMessageExtra: "", |
| 130 | + excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], |
| 131 | + excludePackagePatterns: ["^lodash/", "^@babel/"], |
| 132 | + }, |
| 133 | + { |
| 134 | + groupName: "major for create-gatsby", |
| 135 | + paths: ["packages/create-gatsby/"], |
| 136 | + groupSlug: "create-gatsby-major", |
| 137 | + updateTypes: ["major"], |
| 138 | + // force pr title to be the plugin name |
| 139 | + commitMessageSuffix: "for create-gatsby", |
| 140 | + excludePackageNames: ["cross-env"], |
| 141 | + }, |
121 | 142 | {
|
122 | 143 | groupName: "minor and patch for gatsby-design-tokens",
|
123 | 144 | paths: ["packages/gatsby-design-tokens/"],
|
|
698 | 719 | commitMessageSuffix: "for gatsby-plugin-guess-js",
|
699 | 720 | excludePackageNames: ["cross-env"],
|
700 | 721 | },
|
| 722 | + { |
| 723 | + groupName: "minor and patch for gatsby-plugin-image", |
| 724 | + paths: ["packages/gatsby-plugin-image/"], |
| 725 | + groupSlug: "gatsby-plugin-image", |
| 726 | + updateTypes: ["minor", "patch"], |
| 727 | + // force pr title to be the plugin name |
| 728 | + commitMessageTopic: "minor and patch for gatsby-plugin-image", |
| 729 | + commitMessageExtra: "", |
| 730 | + excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], |
| 731 | + excludePackagePatterns: ["^lodash/", "^@babel/"], |
| 732 | + }, |
| 733 | + { |
| 734 | + groupName: "major for gatsby-plugin-image", |
| 735 | + paths: ["packages/gatsby-plugin-image/"], |
| 736 | + groupSlug: "gatsby-plugin-image-major", |
| 737 | + updateTypes: ["major"], |
| 738 | + // force pr title to be the plugin name |
| 739 | + commitMessageSuffix: "for gatsby-plugin-image", |
| 740 | + excludePackageNames: ["cross-env"], |
| 741 | + }, |
701 | 742 | {
|
702 | 743 | groupName: "minor and patch for gatsby-plugin-jss",
|
703 | 744 | paths: ["packages/gatsby-plugin-jss/"],
|
|
786 | 827 | // force pr title to be the plugin name
|
787 | 828 | commitMessageTopic: "minor and patch for gatsby-plugin-netlify-cms",
|
788 | 829 | commitMessageExtra: "",
|
789 |
| - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript", "mini-css-extract-plugin"], |
| 830 | + excludePackageNames: [ |
| 831 | + "cross-env", |
| 832 | + "lodash", |
| 833 | + "lodash-es", |
| 834 | + "typescript", |
| 835 | + "mini-css-extract-plugin", |
| 836 | + ], |
790 | 837 | excludePackagePatterns: ["^lodash/", "^@babel/"],
|
791 | 838 | },
|
792 | 839 | {
|
|
2006 | 2053 | // force pr title to be the plugin name
|
2007 | 2054 | commitMessageTopic: "minor and patch for gatsby-source-filesystem",
|
2008 | 2055 | commitMessageExtra: "",
|
2009 |
| - excludePackageNames: ["cross-env", "lodash", "lodash-es", "msw", "typescript"], |
| 2056 | + excludePackageNames: [ |
| 2057 | + "cross-env", |
| 2058 | + "lodash", |
| 2059 | + "lodash-es", |
| 2060 | + "msw", |
| 2061 | + "typescript", |
| 2062 | + ], |
2010 | 2063 | excludePackagePatterns: ["^lodash/", "^@babel/"],
|
2011 | 2064 | },
|
2012 | 2065 | {
|
|
2087 | 2140 | // force pr title to be the plugin name
|
2088 | 2141 | commitMessageTopic: "minor and patch for gatsby-recipes",
|
2089 | 2142 | commitMessageExtra: "",
|
2090 |
| - excludePackageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "cross-env", "express-graphql", "lodash", "lodash-es", "react-reconciler", "remark-mdx", "remark-mdxjs", "typescript"], |
| 2143 | + excludePackageNames: [ |
| 2144 | + "@mdx-js/mdx", |
| 2145 | + "@mdx-js/react", |
| 2146 | + "@mdx-js/runtime", |
| 2147 | + "cross-env", |
| 2148 | + "express-graphql", |
| 2149 | + "lodash", |
| 2150 | + "lodash-es", |
| 2151 | + "react-reconciler", |
| 2152 | + "remark-mdx", |
| 2153 | + "remark-mdxjs", |
| 2154 | + "typescript", |
| 2155 | + ], |
2091 | 2156 | excludePackagePatterns: ["^lodash/", "^@babel/"],
|
2092 | 2157 | },
|
2093 | 2158 | {
|
|
2098 | 2163 | // force pr title to be the plugin name
|
2099 | 2164 | commitMessageSuffix: "for gatsby-recipes",
|
2100 | 2165 | excludePackageNames: ["cross-env"],
|
2101 |
| - packageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "express-graphql", "react-reconciler", "remark-mdx", "remark-mdxjs"], |
| 2166 | + packageNames: [ |
| 2167 | + "@mdx-js/mdx", |
| 2168 | + "@mdx-js/react", |
| 2169 | + "@mdx-js/runtime", |
| 2170 | + "express-graphql", |
| 2171 | + "react-reconciler", |
| 2172 | + "remark-mdx", |
| 2173 | + "remark-mdxjs", |
| 2174 | + ], |
2102 | 2175 | },
|
2103 | 2176 | {
|
2104 | 2177 | groupName: "minor and patch for gatsby-source-contentful",
|
|
2228 | 2301 | // force pr title to be the plugin name
|
2229 | 2302 | commitMessageTopic: "minor and patch for gatsby",
|
2230 | 2303 | commitMessageExtra: "",
|
2231 |
| - excludePackageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "cross-env", "express-graphql", "lodash", "lodash-es", "remark-mdx", "remark-mdxjs", "typescript", "webpack-virtual-modules", "mini-css-extract-plugin"], |
| 2304 | + matchDepTypes: ["peerDependencies", "dependencies"], |
| 2305 | + excludePackageNames: [ |
| 2306 | + "@mdx-js/mdx", |
| 2307 | + "@mdx-js/react", |
| 2308 | + "@mdx-js/runtime", |
| 2309 | + "cross-env", |
| 2310 | + "express-graphql", |
| 2311 | + "lodash", |
| 2312 | + "lodash-es", |
| 2313 | + "remark-mdx", |
| 2314 | + "remark-mdxjs", |
| 2315 | + "typescript", |
| 2316 | + "webpack-virtual-modules", |
| 2317 | + "mini-css-extract-plugin", |
| 2318 | + ], |
2232 | 2319 | excludePackagePatterns: ["^lodash/", "^@babel/"],
|
2233 | 2320 | },
|
2234 | 2321 | {
|
|
2239 | 2326 | // force pr title to be the plugin name
|
2240 | 2327 | commitMessageSuffix: "for gatsby",
|
2241 | 2328 | excludePackageNames: ["cross-env"],
|
2242 |
| - packageNames: ["@mdx-js/mdx", "@mdx-js/react", "@mdx-js/runtime", "express-graphql", "remark-mdx", "remark-mdxjs", "typescript", "webpack-virtual-modules"], |
| 2329 | + matchDepTypes: ["peerDependencies", "dependencies"], |
| 2330 | + packageNames: [ |
| 2331 | + "@mdx-js/mdx", |
| 2332 | + "@mdx-js/react", |
| 2333 | + "@mdx-js/runtime", |
| 2334 | + "express-graphql", |
| 2335 | + "remark-mdx", |
| 2336 | + "remark-mdxjs", |
| 2337 | + "typescript", |
| 2338 | + "webpack-virtual-modules", |
| 2339 | + ], |
| 2340 | + }, |
| 2341 | + { |
| 2342 | + groupName: "minor and patch for gatsby dev dependencies", |
| 2343 | + paths: ["packages/gatsby/"], |
| 2344 | + groupSlug: "gatsby", |
| 2345 | + updateTypes: ["minor", "patch"], |
| 2346 | + // force pr title to be the plugin name |
| 2347 | + commitMessageTopic: "minor and patch for gatsby", |
| 2348 | + commitMessageExtra: "", |
| 2349 | + excludePackageNames: [ |
| 2350 | + "@mdx-js/mdx", |
| 2351 | + "@mdx-js/react", |
| 2352 | + "@mdx-js/runtime", |
| 2353 | + "cross-env", |
| 2354 | + "express-graphql", |
| 2355 | + "lodash", |
| 2356 | + "lodash-es", |
| 2357 | + "remark-mdx", |
| 2358 | + "remark-mdxjs", |
| 2359 | + "typescript", |
| 2360 | + "webpack-virtual-modules", |
| 2361 | + "mini-css-extract-plugin", |
| 2362 | + ], |
| 2363 | + matchDepTypes: ["devDependencies"], |
| 2364 | + excludePackagePatterns: ["^lodash/", "^@babel/"], |
| 2365 | + }, |
| 2366 | + { |
| 2367 | + groupName: "major for gatsby dev dependencies", |
| 2368 | + paths: ["packages/gatsby/"], |
| 2369 | + groupSlug: "gatsby-major", |
| 2370 | + updateTypes: ["major"], |
| 2371 | + // force pr title to be the plugin name |
| 2372 | + commitMessageSuffix: "for gatsby", |
| 2373 | + excludePackageNames: ["cross-env"], |
| 2374 | + matchDepTypes: ["devDependencies"], |
| 2375 | + packageNames: [ |
| 2376 | + "@mdx-js/mdx", |
| 2377 | + "@mdx-js/react", |
| 2378 | + "@mdx-js/runtime", |
| 2379 | + "express-graphql", |
| 2380 | + "remark-mdx", |
| 2381 | + "remark-mdxjs", |
| 2382 | + "typescript", |
| 2383 | + "webpack-virtual-modules", |
| 2384 | + ], |
2243 | 2385 | },
|
2244 | 2386 | {
|
2245 | 2387 | groupName: "minor and patch for gatsby-admin",
|
|
2249 | 2391 | // force pr title to be the plugin name
|
2250 | 2392 | commitMessageTopic: "minor and patch for gatsby-admin",
|
2251 | 2393 | commitMessageExtra: "",
|
2252 |
| - excludePackageNames: ["cross-env", "lodash", "lodash-es", "theme-ui", "typescript"], |
| 2394 | + excludePackageNames: [ |
| 2395 | + "cross-env", |
| 2396 | + "lodash", |
| 2397 | + "lodash-es", |
| 2398 | + "theme-ui", |
| 2399 | + "typescript", |
| 2400 | + ], |
2253 | 2401 | excludePackagePatterns: ["^lodash/", "^@babel/"],
|
2254 | 2402 | },
|
2255 | 2403 | {
|
|
0 commit comments