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) -
interface/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.
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.
What to Expect
With your current configuration, Renovate will create 7 Merge Requests:
Update dependency @mui/material to v5.13.2
- Schedule: ["at any time"]
- Branch name:
renovate/material-ui-monorepo
- Merge into:
master
- Upgrade @mui/material to
5.13.2
Update dependency @types/node to v16.18.32
- Schedule: ["at any time"]
- Branch name:
renovate/node-16.x-lockfile
- Merge into:
master
- Upgrade @types/node to
16.18.32
Update dependency @types/node to v18
- Schedule: ["at any time"]
- Branch name:
renovate/node-18.x
- Merge into:
master
- Upgrade @types/node to
^18.0.0
Update dependency axios to v1
- Schedule: ["at any time"]
- Branch name:
renovate/axios-1.x
- Merge into:
master
- Upgrade axios to
^1.0.0
Update dependency notistack to v3
- Schedule: ["at any time"]
- Branch name:
renovate/notistack-3.x
- Merge into:
master
- Upgrade notistack to
^3.0.0
Update dependency react-dropzone to v14
- Schedule: ["at any time"]
- Branch name:
renovate/react-dropzone-14.x
- Merge into:
master
- Upgrade react-dropzone to
^14.0.0
Update dependency typescript to v5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-5.x
- Merge into:
master
- Upgrade typescript to
^5.0.0
This MR has been generated by Renovate Bot.