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 13 Merge Requests:
Update dependency @types/lodash to v4.14.197
- Schedule: ["at any time"]
- Branch name:
renovate/lodash-4.x-lockfile
- Merge into:
master
- Upgrade @types/lodash to
4.14.197
Update dependency chai to v4.3.7
- Schedule: ["at any time"]
- Branch name:
renovate/chai-4.x-lockfile
- Merge into:
master
- Upgrade chai to
4.3.7
- Upgrade @types/chai to
4.3.5
Update dependency async-mutex to ^0.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/async-mutex-0.x
- Merge into:
master
- Upgrade async-mutex to
^0.4.0
Update dependency loglevel to v1.8.1
- Schedule: ["at any time"]
- Branch name:
renovate/loglevel-1.x-lockfile
- Merge into:
master
- Upgrade loglevel to
1.8.1
Update dependency mocha to v8.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/mocha-8.x-lockfile
- Merge into:
master
- Upgrade mocha to
8.4.0
- Upgrade @types/mocha to
8.2.3
Update dependency simple-git to v2.48.0
- Schedule: ["at any time"]
- Branch name:
renovate/simple-git-2.x-lockfile
- Merge into:
master
- Upgrade simple-git to
2.48.0
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 Node.js to v20
- Schedule: ["at any time"]
- Branch name:
renovate/node-20.x
- Merge into:
master
- Upgrade node to
20-alpine
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 mocha to v10
- Schedule: ["at any time"]
- Branch name:
renovate/mocha-10.x
- Merge into:
master
- Upgrade mocha to
^10.0.0
- Upgrade @types/mocha to
^10.0.0
Update dependency simple-git to v3
- Schedule: ["at any time"]
- Branch name:
renovate/simple-git-3.x
- Merge into:
master
- Upgrade simple-git to
^3.0.0
Update dependency ts-node to v10
- Schedule: ["at any time"]
- Branch name:
renovate/ts-node-10.x
- Merge into:
master
- Upgrade ts-node to
^10.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
prhourlylimit
for details.
This MR has been generated by Renovate Bot.