FAQ | This is a LIVE service | Changelog

Skip to content

chore: Configure Renovate

uis-devops-renovatebot requested to merge renovate/configure into main

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)
  • .gitlab-ci.yml (gitlabci-include)
  • basic-usage/package.json (npm)
  • 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: * * * * 1-5

🔡 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 9 Merge Requests:

fix(deps): update all non-major dependencies
chore(deps): update dependency eslint to v9
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency uis/devops/continuous-delivery/ci-templates to v6
chore(deps): update node.js to v22
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/node-22.x
  • Merge into: main
  • Upgrade node to 22-alpine
  • Upgrade @types/node to ^22.0.0
chore(deps): update typescript-eslint monorepo to v8 (major)
fix(deps): update dependency @​mui/material to v6
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/major-material-ui-monorepo
  • Merge into: main
  • Upgrade @mui/material to ^6.0.0
fix(deps): update dependency react-cookie to v7
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/react-cookie-7.x
  • Merge into: main
  • Upgrade react-cookie to ^7.0.0
fix(deps): update nextjs monorepo to v15 (major)
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/major-nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to 15.1.4
  • Upgrade next to 15.1.4
fix(deps): update react monorepo to v19 (major)
  • Schedule: ["* * * * 1-5"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: main
  • Upgrade @types/react to ^19.0.0
  • Upgrade @types/react-dom to ^19.0.0
  • Upgrade react to ^18.3.1 || ^19.0.0
  • Upgrade react to ^19.0.0
  • Upgrade react-dom to ^18.3.1 || ^19.0.0
  • Upgrade react-dom to ^19.0.0

🚸 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.

Edited by uis-devops-renovatebot

Merge request reports

Loading