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) -
.gitlab/ci_templates/git-push.gitlab-ci.yaml(gitlabci) -
.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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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. Renovate will update the Merge Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 7 Merge Requests:
Update alpine/git Docker tag to v2.45.2
- Schedule: ["at any time"]
- Branch name:
renovate/alpine-git-2.x - Merge into:
main - Upgrade alpine/git to
v2.45.2
Update dependency axios to v1.7.2
- Schedule: ["at any time"]
- Branch name:
renovate/axios-1.x-lockfile - Merge into:
main - Upgrade axios to
1.7.2
Update dependency express to v4.19.2
- Schedule: ["at any time"]
- Branch name:
renovate/express-4.x-lockfile - Merge into:
main - Upgrade express to
4.19.2
Update dependency nodemon to v3.1.4
- Schedule: ["at any time"]
- Branch name:
renovate/nodemon-3.x-lockfile - Merge into:
main - Upgrade nodemon to
3.1.4
Update dependency winston to v3.13.0
- Schedule: ["at any time"]
- Branch name:
renovate/winston-3.x-lockfile - Merge into:
main - Upgrade winston to
3.13.0
Update gcr.io/kaniko-project/executor Docker tag to v1.22.0
- Schedule: ["at any time"]
- Branch name:
renovate/gcr.io-kaniko-project-executor-1.x - Merge into:
main - Upgrade gcr.io/kaniko-project/executor to
v1.22.0-debug
Update nixos/nix Docker tag to v2.23.1
- Schedule: ["at any time"]
- Branch name:
renovate/nixos-nix-2.x - Merge into:
main - Upgrade nixos/nix to
2.23.1
prhourlylimit for details.
This MR has been generated by Renovate Bot.