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.yaml
(docker-compose) -
Dockerfile
(dockerfile) -
.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 15 Merge Requests:
Update dependency winston to v2.4.7
- Schedule: ["at any time"]
- Branch name:
renovate/winston-2.x-lockfile
- Merge into:
master
- Upgrade winston to
2.4.7
Update dependency busboy to v0.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/busboy-0.x
- Merge into:
master
- Upgrade busboy to
0.3.1
Update dependency jquery to v3.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/jquery-3.x-lockfile
- Merge into:
master
- Upgrade jquery to
3.7.0
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
Update dependency pg to v8.11.1
- Schedule: ["at any time"]
- Branch name:
renovate/pg-8.x-lockfile
- Merge into:
master
- Upgrade pg to
8.11.1
Update dependency redis to v0.12.1
- Schedule: ["at any time"]
- Branch name:
renovate/redis-0.x
- Merge into:
master
- Upgrade redis to
0.12.1
Update dependency redis-url to v0.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/redis-url-0.x
- Merge into:
master
- Upgrade redis-url to
0.3.1
Update dependency uglify-js to v3.17.4
- Schedule: ["at any time"]
- Branch name:
renovate/uglify-js-3.x
- Merge into:
master
- Upgrade uglify-js to
3.17.4
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 busboy to v1
- Schedule: ["at any time"]
- Branch name:
renovate/busboy-1.x
- Merge into:
master
- Upgrade busboy to
1.6.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
Update dependency redis to v4
- Schedule: ["at any time"]
- Branch name:
renovate/redis-4.x
- Merge into:
master
- Upgrade redis to
4.6.7
Update dependency redis-url to v1
- Schedule: ["at any time"]
- Branch name:
renovate/redis-url-1.x
- Merge into:
master
- Upgrade redis-url to
1.2.1
Update dependency st to v3
- Schedule: ["at any time"]
- Branch name:
renovate/st-3.x
- Merge into:
master
- Upgrade st to
^3.0.0
Update dependency winston to v3
- Schedule: ["at any time"]
- Branch name:
renovate/winston-3.x
- Merge into:
master
- Upgrade winston to
^3.0.0
This MR has been generated by Renovate Bot.