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) -
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 5 Merge Requests:
Update dependency @types/node to v18.16.7
- Schedule: ["at any time"]
- Branch name:
renovate/node-18.x-lockfile
- Merge into:
master
- Upgrade @types/node to
18.16.7
Update dependency sass to v1.62.1
- Schedule: ["at any time"]
- Branch name:
renovate/sass-1.x-lockfile
- Merge into:
master
- Upgrade sass to
1.62.1
Update dependency sweetalert2 to v11.7.5
- Schedule: ["at any time"]
- Branch name:
renovate/sweetalert2-11.x-lockfile
- Merge into:
master
- Upgrade sweetalert2 to
11.7.5
Update dependency typescript to v4.9.5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-4.x-lockfile
- Merge into:
master
- Upgrade typescript to
4.9.5
Update dependency typescript to v5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-5.x
- Merge into:
master
- Upgrade typescript to
^5.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.