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
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 10 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Fix some problems with very old Maven commons versions
- Ignore spring cloud 1.x releases
- Ignore web3j 5.0.0 release
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
- Do not upgrade from Alpine stable to edge
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 7 Merge Requests:
fix(deps): update rust crate anyhow to 1.0.58
- Schedule: ["at any time"]
- Branch name:
renovate/anyhow-1.x
- Merge into:
main
- Upgrade anyhow to
1.0.58
fix(deps): update rust crate prometheus to 0.13.1
- Schedule: ["at any time"]
- Branch name:
renovate/prometheus-0.x
- Merge into:
main
- Upgrade prometheus to
0.13.1
fix(deps): update rust crate reqwest to 0.11.11
- Schedule: ["at any time"]
- Branch name:
renovate/reqwest-0.x
- Merge into:
main
- Upgrade reqwest to
0.11.11
fix(deps): update rust crate serde to 1.0.139
- Schedule: ["at any time"]
- Branch name:
renovate/serde-1.x
- Merge into:
main
- Upgrade serde to
1.0.139
fix(deps): update rust crate clap to 3.2.12
- Schedule: ["at any time"]
- Branch name:
renovate/clap-3.x
- Merge into:
main
- Upgrade clap to
3.2.12
fix(deps): update rust crate graphql_client to 0.11.0
- Schedule: ["at any time"]
- Branch name:
renovate/graphql_client-0.x
- Merge into:
main
- Upgrade graphql_client to
0.11.0
fix(deps): update rust crate tokio to 1.20.0
- Schedule: ["at any time"]
- Branch name:
renovate/tokio-1.x
- Merge into:
main
- Upgrade tokio to
1.20.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.