Skip to content

Commit

Permalink
chore: adjust renovate config (#22355)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Mar 19, 2020
1 parent 341cc5b commit 9b7b6bb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json5
Expand Up @@ -46,6 +46,37 @@
"react-docgen", "react-docgen",
], ],
}, },
{
// minor updates in packages <1.0.0 - need master issue approval
// not grouped
masterIssueApproval: true,
updateTypes: ["minor"],
packageNames: [
// 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
"@reach/skip-nav",
"@theme-ui/prism",
"@theme-ui/typography",
"axios",
"babel-preset-gatsby",
"sharp",
"gatsby-plugin-theme-ui",
"graphiql-explorer",
"guess-webpack",
"jest-silent-reporter",
"js-combinatorics",
"jscodeshift",
"mini-css-extract-plugin",
"react-refresh",
"scroll-behavior",
"theme-ui",
"webpack-stats-plugin",
"xlsx",
"zipkin",
"zipkin-transport-http",
// 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
"react-docgen",
],
},
{ {
groupName: "patch updates in packages", groupName: "patch updates in packages",
updateTypes: ["patch"], updateTypes: ["patch"],
Expand Down

0 comments on commit 9b7b6bb

Please sign in to comment.