Skip to content

Configure Renovate

reprograma requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


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 and chore 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

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the 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
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
  • Schedule: "at any time"
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade react to 16.12.0
  • Upgrade react-dom to 16.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)

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Merge request reports