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
-
docker-compose.yml
(docker-compose) -
Dockerfile
(dockerfile) -
.gitlab-ci.yml
(gitlabci) -
.gitlab-ci.yml
(gitlabci-include) -
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 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: every weekday
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 6 Merge Requests:
Update all non-major dependencies
- Schedule: ["every weekday"]
- Branch name:
renovate/all-minor-patch
- Merge into:
main
- Upgrade @mui/material to
6.0.2
- Upgrade @mui/material-nextjs to
6.0.2
- Upgrade @types/node to
20.16.5
- Upgrade @types/react to
18.3.5
- Upgrade @typescript-eslint/eslint-plugin to
7.18.0
- Upgrade @typescript-eslint/parser to
7.18.0
- Upgrade cypress to
13.14.2
- Upgrade eslint-config-next to
14.2.8
- Upgrade next to
14.2.8
- Upgrade postcss to
8.4.45
- Upgrade uis/devops/continuous-delivery/ci-templates to
v3.8.2
Update Node.js to v20
- Schedule: ["every weekday"]
- Branch name:
renovate/node-20.x
- Merge into:
main
- Upgrade node to
20-alpine
Update dependency eslint to v9
- Schedule: ["every weekday"]
- Branch name:
renovate/major-eslint-monorepo
- Merge into:
main
- Upgrade eslint to
^9.0.0
Update dependency typescript to v5
- Schedule: ["every weekday"]
- Branch name:
renovate/typescript-5.x
- Merge into:
main
- Upgrade typescript to
^5.0.0
Update dependency uis/devops/continuous-delivery/ci-templates to v4
- Schedule: ["every weekday"]
- Branch name:
renovate/uis-devops-continuous-delivery-ci-templates-4.x
- Merge into:
main
- Upgrade uis/devops/continuous-delivery/ci-templates to
v4.5.0
Update typescript-eslint monorepo to v8 (major)
- Schedule: ["every weekday"]
- 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
prhourlylimit
for details.
This MR has been generated by Renovate Bot.