Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding MR is merged
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Update existing lock files only when
package.json
is modified - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
renovate.json
in this branch with your custom config and the list of Merge Requests in the "What to Expect" section below will be updated the next time Renovate runs.
You have configured Renovate to use branch master
as base branch.
What to Expect
With your current configuration, Renovate will create 24 Merge Requests:
fix(deps): pin dependencies
- Schedule: "at any time"
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin @material-ui/core to
3.9.3
- Pin @material-ui/icons to
3.0.2
- Pin axios to
0.19.0
- Pin chart.js to
2.9.2
- Pin chartist to
0.11.4
- Pin classnames to
2.2.6
- Pin eslint to
6.6.0
- Pin eslint-config-airbnb to
18.0.1
- Pin eslint-config-prettier to
6.6.0
- Pin eslint-plugin-import to
2.18.2
- Pin eslint-plugin-jsx-a11y to
6.2.3
- Pin eslint-plugin-prettier to
3.1.1
- Pin eslint-plugin-react to
7.16.0
- Pin eslint-plugin-react-hooks to
1.7.0
- Pin history to
4.10.1
- Pin husky to
3.1.0
- Pin lint-staged to
9.5.0
- Pin perfect-scrollbar to
1.4.0
- Pin prettier to
1.19.1
- Pin prop-types to
15.7.2
- Pin qrcode.react to
0.9.3
- Pin react to
16.11.0
- Pin react-bootstrap-sweetalert to
4.4.1
- Pin react-chartist to
0.13.3
- Pin react-chartjs-2 to
2.8.0
- Pin react-dom to
16.11.0
- Pin react-redux to
6.0.1
- Pin react-router-dom to
4.3.1
- Pin react-table to
6.10.3
- Pin redux to
4.0.4
- Pin redux-actions to
2.6.5
- Pin redux-devtools-extension to
2.13.8
- Pin redux-thunk to
2.3.0
fix(deps): update dependency @material-ui/core to v3.9.4
- Schedule: "at any time"
- Branch name:
renovate/mui-monorepo
- Merge into:
master
- Upgrade @material-ui/core to
3.9.4
fix(deps): update dependency axios to v0.19.2
- Schedule: "at any time"
- Branch name:
renovate/axios-0.x
- Merge into:
master
- Upgrade axios to
0.19.2
fix(deps): update dependency chart.js to v2.9.3
- Schedule: "at any time"
- Branch name:
renovate/chart.js-2.x
- Merge into:
master
- Upgrade chart.js to
2.9.3
fix(deps): update dependency eslint to v6.8.0
- Schedule: "at any time"
- Branch name:
renovate/eslint-6.x
- Merge into:
master
- Upgrade eslint to
6.8.0
fix(deps): update dependency eslint-config-prettier to v6.9.0
- Schedule: "at any time"
- Branch name:
renovate/eslint-config-prettier-6.x
- Merge into:
master
- Upgrade eslint-config-prettier to
6.9.0
fix(deps): update dependency eslint-plugin-import to v2.20.0
- Schedule: "at any time"
- Branch name:
renovate/eslint-plugin-import-2.x
- Merge into:
master
- Upgrade eslint-plugin-import to
2.20.0
fix(deps): update dependency eslint-plugin-prettier to v3.1.2
- Schedule: "at any time"
- Branch name:
renovate/eslint-plugin-prettier-3.x
- Merge into:
master
- Upgrade eslint-plugin-prettier to
3.1.2
fix(deps): update dependency eslint-plugin-react to v7.18.0
- Schedule: "at any time"
- Branch name:
renovate/eslint-plugin-react-7.x
- Merge into:
master
- Upgrade eslint-plugin-react to
7.18.0
fix(deps): update dependency perfect-scrollbar to v1.5.0
- Schedule: "at any time"
- Branch name:
renovate/perfect-scrollbar-1.x
- Merge into:
master
- Upgrade perfect-scrollbar to
1.5.0
fix(deps): update dependency react-chartist to v0.14.2
- Schedule: "at any time"
- Branch name:
renovate/react-chartist-0.x
- Merge into:
master
- Upgrade react-chartist to
0.14.2
fix(deps): update dependency react-chartjs-2 to v2.9.0
- Schedule: "at any time"
- Branch name:
renovate/react-chartjs-2-2.x
- Merge into:
master
- Upgrade react-chartjs-2 to
2.9.0
fix(deps): update dependency react-scripts to v3.3.0
- Schedule: "at any time"
- Branch name:
renovate/react-scripts-3.x
- Merge into:
master
- Upgrade react-scripts to
3.3.0
fix(deps): update dependency react-table to v6.11.5
- Schedule: "at any time"
- Branch name:
renovate/react-table-6.x
- Merge into:
master
- Upgrade react-table to
6.11.5
fix(deps): update dependency redux to v4.0.5
- Schedule: "at any time"
- Branch name:
renovate/redux-4.x
- Merge into:
master
- Upgrade redux to
4.0.5
fix(deps): update react monorepo to v16.12.0
chore(deps): update dependency husky to v4
- Schedule: "at any time"
- Branch name:
renovate/husky-4.x
- Merge into:
master
- Upgrade husky to
4.2.1
chore(deps): update dependency lint-staged to v10
- Schedule: "at any time"
- Branch name:
renovate/lint-staged-10.x
- Merge into:
master
- Upgrade lint-staged to
10.0.2
fix(deps): update dependency eslint-plugin-react-hooks to v2
- Schedule: "at any time"
- Branch name:
renovate/major-react-monorepo
- Merge into:
master
- Upgrade eslint-plugin-react-hooks to
2.3.0
fix(deps): update dependency qrcode.react to v1
- Schedule: "at any time"
- Branch name:
renovate/qrcode.react-1.x
- Merge into:
master
- Upgrade qrcode.react to
1.0.0
fix(deps): update dependency react-bootstrap-sweetalert to v5
- Schedule: "at any time"
- Branch name:
renovate/react-bootstrap-sweetalert-5.x
- Merge into:
master
- Upgrade react-bootstrap-sweetalert to
5.1.9
fix(deps): update dependency react-redux to v7
- Schedule: "at any time"
- Branch name:
renovate/react-redux-7.x
- Merge into:
master
- Upgrade react-redux to
7.1.3
fix(deps): update dependency react-router-dom to v5
- Schedule: "at any time"
- Branch name:
renovate/major-reactrouter-monorepo
- Merge into:
master
- Upgrade react-router-dom to
5.1.2
fix(deps): update mui monorepo (major)
- Schedule: "at any time"
- Branch name:
renovate/major-mui-monorepo
- Merge into:
master
- Upgrade @material-ui/core to
4.9.0
- Upgrade @material-ui/icons to
4.5.1
prhourlylimit
for details.
This MR has been generated by Renovate Bot.