chore: 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) -
.gitlab-ci.yml
(gitlabci)
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 9 Merge Requests:
fix(deps): update rust crate anstyle to v1.0.8
- Schedule: ["at any time"]
- Branch name:
renovate/anstyle-1.x-lockfile
- Merge into:
main
- Upgrade anstyle to
1.0.8
fix(deps): update rust crate clap to v4.5.13
- Schedule: ["at any time"]
- Branch name:
renovate/clap-4.x-lockfile
- Merge into:
main
- Upgrade clap to
4.5.13
fix(deps): update rust crate clap_complete to v4.5.12
- Schedule: ["at any time"]
- Branch name:
renovate/clap_complete-4.x-lockfile
- Merge into:
main
- Upgrade clap_complete to
4.5.12
fix(deps): update rust crate env_logger to v0.11.5
- Schedule: ["at any time"]
- Branch name:
renovate/env_logger-0.x-lockfile
- Merge into:
main
- Upgrade env_logger to
0.11.5
fix(deps): update rust crate serde_json to v1.0.122
- Schedule: ["at any time"]
- Branch name:
renovate/serde_json-1.x-lockfile
- Merge into:
main
- Upgrade serde_json to
1.0.122
fix(deps): update rust crate toml to v0.8.19
- Schedule: ["at any time"]
- Branch name:
renovate/toml-0.x-lockfile
- Merge into:
main
- Upgrade toml to
0.8.19
chore(deps): update rust crate tempfile to v3.11.0
- Schedule: ["at any time"]
- Branch name:
renovate/tempfile-3.x-lockfile
- Merge into:
main
- Upgrade tempfile to
3.11.0
fix(deps): update rust crate tokio to v1.39.2
- Schedule: ["at any time"]
- Branch name:
renovate/tokio-1.x-lockfile
- Merge into:
main
- Upgrade tokio to
1.39.2
fix(deps): update rust crate term to v1
- Schedule: ["at any time"]
- Branch name:
renovate/term-1.x
- Merge into:
main
- Upgrade term to
^1.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.