Skip to content

chore: Configure Renovate

Renovate Bot requested to merge renovate/configure into main

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


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 and chore 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to 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 18 Merge Requests:

chore(deps): update rust crate serde to 1.0.197
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-monorepo
  • Merge into: main
  • Upgrade serde to 1.0.197
fix(deps): update rust crate color-eyre to 0.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/color-eyre-0.x
  • Merge into: main
  • Upgrade color-eyre to 0.6.3
fix(deps): update rust crate libc to 0.2.153
  • Schedule: ["at any time"]
  • Branch name: renovate/libc-0.x
  • Merge into: main
  • Upgrade libc to 0.2.153
fix(deps): update rust crate paste to 1.0.14
  • Schedule: ["at any time"]
  • Branch name: renovate/paste-1.x
  • Merge into: main
  • Upgrade paste to 1.0.14
fix(deps): update rust crate serde_json to 1.0.116
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x
  • Merge into: main
  • Upgrade serde_json to 1.0.116
fix(deps): update rust crate thiserror to 1.0.58
  • Schedule: ["at any time"]
  • Branch name: renovate/thiserror-1.x
  • Merge into: main
  • Upgrade thiserror to 1.0.58
fix(deps): update rust crate tracing to 0.1.40
  • Schedule: ["at any time"]
  • Branch name: renovate/tracing-0.x
  • Merge into: main
  • Upgrade tracing to 0.1.40
fix(deps): update rust crate tracing-subscriber to 0.3.18
  • Schedule: ["at any time"]
  • Branch name: renovate/tracing-subscriber-0.x
  • Merge into: main
  • Upgrade tracing-subscriber to 0.3.18
chore(deps): update rust crate cargo_toml to 0.19.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cargo_toml-0.x
  • Merge into: main
  • Upgrade cargo_toml to 0.19.2
fix(deps): update rust crate clap to 4.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/clap-4.x
  • Merge into: main
  • Upgrade clap to 4.5.4
fix(deps): update rust crate embed-nu to 0.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/embed-nu-0.x
  • Merge into: main
  • Upgrade embed-nu to 0.9.1
fix(deps): update rust crate miette to 5.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/miette-5.x
  • Merge into: main
  • Upgrade miette to 5.10.0
fix(deps): update rust crate sys-mount to 2.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/sys-mount-2.x
  • Merge into: main
  • Upgrade sys-mount to 2.1.1
fix(deps): update rust crate tokio to 1.37.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-1.x
  • Merge into: main
  • Upgrade tokio to 1.37.0
fix(deps): update rust crate toml to 0.8.12
  • Schedule: ["at any time"]
  • Branch name: renovate/toml-0.x
  • Merge into: main
  • Upgrade toml to 0.8.12
fix(deps): update rust crate miette to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/miette-7.x
  • Merge into: main
  • Upgrade miette to 7.2.0
fix(deps): update rust crate sys-mount to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/sys-mount-3.x
  • Merge into: main
  • Upgrade sys-mount to 3.0.1
fix(deps): update rust crate valico to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/valico-4.x
  • Merge into: main
  • Upgrade valico to 4.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports