Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adjust renovate config
Browse files Browse the repository at this point in the history
This will not automatically create PRs for specific packages (below 1.0.0), instead those will need approval in [Renovate issue](#16840)
pieh authored Mar 17, 2020
1 parent b8167de commit c3a6a81
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -46,6 +46,37 @@
"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",
updateTypes: ["patch"],

0 comments on commit c3a6a81

Please sign in to comment.