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)
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 3 Merge Requests:
chore(deps): update rust crate rstest to 0.18.1
- Schedule: ["at any time"]
- Branch name:
renovate/rstest-0.x
- Merge into:
main
- Upgrade rstest to
0.18.1
fix(deps): update rust crate strum to 0.25.0
- Schedule: ["at any time"]
- Branch name:
renovate/strum-0.x
- Merge into:
main
- Upgrade strum to
0.25.0
fix(deps): update rust crate strum_macros to 0.25.1
- Schedule: ["at any time"]
- Branch name:
renovate/strum_macros-0.x
- Merge into:
main
- Upgrade strum_macros to
0.25.1
prhourlylimit
for details.
This MR has been generated by Renovate Bot.
Closes #34 (closed)