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
-
Cargo.toml
(cargo) -
Dockerfile
(dockerfile) -
.gitlab-ci.yml
(gitlabci) -
requirements.txt
(pip_requirements)
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. Renovate will update the Merge Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 5 Merge Requests:
Update Rust crate clap to 4.4.10
- Schedule: ["at any time"]
- Branch name:
renovate/clap-4.x
- Merge into:
master
- Upgrade clap to
4.4.10
Update Rust crate openssl to 0.10.60
- Schedule: ["at any time"]
- Branch name:
renovate/openssl-0.x
- Merge into:
master
- Upgrade openssl to
0.10.60
Update Rust crate serde to 1.0.193
- Schedule: ["at any time"]
- Branch name:
renovate/serde-monorepo
- Merge into:
master
- Upgrade serde to
1.0.193
Update Rust crate sqlx to 0.7.3
- Schedule: ["at any time"]
- Branch name:
renovate/sqlx-0.x
- Merge into:
master
- Upgrade sqlx to
0.7.3
Update gcr.io/kaniko-project/executor Docker tag to v1.19.0
- Schedule: ["at any time"]
- Branch name:
renovate/gcr.io-kaniko-project-executor-1.x
- Merge into:
master
- Upgrade gcr.io/kaniko-project/executor to
v1.19.0-debug
This MR has been generated by Renovate Bot.