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
-
Dockerfile
(dockerfile) -
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.
- Rebase existing MRs any time the base branch has been updated.
- Use semantic prefixes for commit messages and MR titles.
- If Renovate detects semantic commits, it will use semantic commit type
chore
for all commits.
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 9 Merge Requests:
chore(deps): update dependency nodemon to v3.0.3
- Schedule: ["at any time"]
- Branch name:
renovate/nodemon-3.0.x-lockfile
- Merge into:
master
- Upgrade nodemon to
3.0.3
chore(deps): update dependency express to ~4.21.0
- Schedule: ["at any time"]
- Branch name:
renovate/express-4.x
- Merge into:
master
- Upgrade express to
~4.21.0
chore(deps): update dependency morgan to ~1.10.0
- Schedule: ["at any time"]
- Branch name:
renovate/morgan-1.x
- Merge into:
master
- Upgrade morgan to
~1.10.0
chore(deps): update dependency nodemon to v3.1.9
- Schedule: ["at any time"]
- Branch name:
renovate/nodemon-3.x-lockfile
- Merge into:
master
- Upgrade nodemon to
3.1.9
chore(deps): update dependency debug to v3
- Schedule: ["at any time"]
- Branch name:
renovate/debug-3.x
- Merge into:
master
- Upgrade debug to
~3.2.0
chore(deps): update dependency debug to v4
- Schedule: ["at any time"]
- Branch name:
renovate/debug-4.x
- Merge into:
master
- Upgrade debug to
~4.4.0
chore(deps): update node.js to v21
- Schedule: ["at any time"]
- Branch name:
renovate/node-21.x
- Merge into:
master
- Upgrade node to
21
chore(deps): update node.js to v22
- Schedule: ["at any time"]
- Branch name:
renovate/node-22.x
- Merge into:
master
- Upgrade node to
22
chore(deps): update node.js to v23
- Schedule: ["at any time"]
- Branch name:
renovate/node-23.x
- Merge into:
master
- Upgrade node to
23
This MR has been generated by Renovate Bot.