chore: Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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 andchore
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
andpatch
updates together. - Schedule for weekdays.
- Run Renovate on following schedule: * * * * 1-5
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
- Schedule: ["* * * * 1-5"]
- Branch name:
renovate/all-minor-patch
- Merge into:
main
- Upgrade @emotion/react to
11.14.0
- Upgrade @emotion/styled to
11.14.0
- Upgrade @eslint/js to
9.17.0
- Upgrade @mui/icons-material to
6.3.1
- Upgrade @mui/material to
6.3.1
- Upgrade @mui/material to
5.16.14
- Upgrade @testing-library/react to
16.1.0
- Upgrade @types/jest to
29.5.14
- Upgrade @types/node to
20.17.12
- Upgrade @types/react to
18.3.18
- Upgrade @types/react-dom to
18.3.5
- Upgrade @typescript-eslint/eslint-plugin to
7.18.0
- Upgrade @typescript-eslint/parser to
7.18.0
- Upgrade eslint to
8.57.1
- Upgrade eslint-config-next to
14.2.23
- Upgrade eslint-plugin-react to
7.37.3
- Upgrade globals to
15.14.0
- Upgrade next to
14.2.23
- Upgrade postcss to
8.4.49
- Upgrade prettier to
3.4.2
- Upgrade tailwindcss to
3.4.17
- Upgrade ts-jest to
29.2.5
- Upgrade typescript to
5.7.3
- Upgrade typescript-eslint to
7.18.0
- Upgrade uis/devops/continuous-delivery/ci-templates to
v4.6.0
- Upgrade uis/devops/continuous-delivery/ci-templates to
v6.4.4
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
- Schedule: ["* * * * 1-5"]
- Branch name:
renovate/uis-devops-continuous-delivery-ci-templates-6.x
- Merge into:
main
- Upgrade uis/devops/continuous-delivery/ci-templates to
v6.4.4
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)
- Schedule: ["* * * * 1-5"]
- Branch name:
renovate/major-typescript-eslint-monorepo
- Merge into:
main
- Upgrade @typescript-eslint/eslint-plugin to
^8.0.0
- Upgrade @typescript-eslint/parser to
^8.0.0
- Upgrade typescript-eslint to
^8.0.0
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
prhourlylimit
for details.
This MR has been generated by Renovate Bot.