FAQ | This is a LIVE service | Changelog

Skip to content

Configure Renovate

uis-devops-renovatebot 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.


Detected Package Files

  • .gitlab-ci.yml (gitlabci)
  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Group all minor and patch updates together.
  • Schedule for weekdays.
  • Run Renovate on following schedule: every weekday

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 11 Merge Requests:

Replace dependency @material-ui/core with @​mui/material
  • Schedule: ["every weekday"]
  • Branch name: renovate/material-ui-core-replacement
  • Merge into: master
  • Upgrade @material-ui/core to ^5.0.0
Update all non-major dependencies
Update Node.js to v20
  • Schedule: ["every weekday"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20-alpine
  • Upgrade @types/node to ^20.0.0
Update dependency @​types/jest to v29
  • Schedule: ["every weekday"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to ^29.0.0
Update dependency gh-pages to v6
  • Schedule: ["every weekday"]
  • Branch name: renovate/gh-pages-6.x
  • Merge into: master
  • Upgrade gh-pages to ^6.0.0
Update dependency react-moment to v1
  • Schedule: ["every weekday"]
  • Branch name: renovate/react-moment-1.x
  • Merge into: master
  • Upgrade react-moment to ^1.0.0
Update dependency react-scripts to v5
  • Schedule: ["every weekday"]
  • Branch name: renovate/react-scripts-5.x
  • Merge into: master
  • Upgrade react-scripts to ^5.0.0
Update dependency typeface-roboto to v1
  • Schedule: ["every weekday"]
  • Branch name: renovate/major-typefaces-monorepo
  • Merge into: master
  • Upgrade typeface-roboto to ^1.0.0
Update dependency typescript to v5
  • Schedule: ["every weekday"]
  • Branch name: renovate/typescript-5.x
  • Merge into: master
  • Upgrade typescript to ~5.6.0
Update react monorepo to v18 (major)
  • Schedule: ["every weekday"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade @types/react to ^18.0.0
  • Upgrade @types/react-dom to ^18.0.0
  • Upgrade react to ^18.0.0
  • Upgrade react-dom to ^18.0.0
Update testing-library monorepo (major)

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm 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