Skip to content

Commit 9b7b6bb

Browse files
authoredMar 19, 2020
chore: adjust renovate config (#22355)
1 parent 341cc5b commit 9b7b6bb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
 

‎renovate.json5

+31
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,37 @@
4646
"react-docgen",
4747
],
4848
},
49+
{
50+
// minor updates in packages <1.0.0 - need master issue approval
51+
// not grouped
52+
masterIssueApproval: true,
53+
updateTypes: ["minor"],
54+
packageNames: [
55+
// below is list of packages that use 0.X version range, any minor bump there can contain breaking changes, so we just ignore minor bumps for those packages and will need to bump them manually
56+
"@reach/skip-nav",
57+
"@theme-ui/prism",
58+
"@theme-ui/typography",
59+
"axios",
60+
"babel-preset-gatsby",
61+
"sharp",
62+
"gatsby-plugin-theme-ui",
63+
"graphiql-explorer",
64+
"guess-webpack",
65+
"jest-silent-reporter",
66+
"js-combinatorics",
67+
"jscodeshift",
68+
"mini-css-extract-plugin",
69+
"react-refresh",
70+
"scroll-behavior",
71+
"theme-ui",
72+
"webpack-stats-plugin",
73+
"xlsx",
74+
"zipkin",
75+
"zipkin-transport-http",
76+
// below is list of packages that we use alpha/beta/next/canary, where it's not really safe to bump automatically and need extra caution
77+
"react-docgen",
78+
],
79+
},
4980
{
5081
groupName: "patch updates in packages",
5182
updateTypes: ["patch"],

0 commit comments

Comments
 (0)
Please sign in to comment.