Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Cargo.toml
(cargo)
lib/Cargo.toml
(cargo)
.github/workflows/rust.yml
(github-actions)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- If Renovate detects semantic commits, it will use semantic commit type
fix
for dependencies and chore
for all others.
- Ignore
node_modules
, bower_components
, vendor
and various test/tests directories.
- Autodetect whether to pin dependencies or maintain ranges.
- Rate limit PR creation to a maximum of two per hour.
- Limit to maximum 10 open PRs at any time.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- A collection of workarounds for known problems with packages.
🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json
in this branch with your custom config and the list of Pull 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 14 Pull Requests:
Update Rust crate anyhow to 1.0.61
- Schedule: ["at any time"]
- Branch name:
renovate/anyhow-1.x
- Merge into:
master
- Upgrade anyhow to
1.0.61
Update Rust crate criterion to 0.3.6
- Schedule: ["at any time"]
- Branch name:
renovate/criterion-0.x
- Merge into:
master
- Upgrade criterion to
0.3.6
Update Rust crate itertools to 0.10.3
- Schedule: ["at any time"]
- Branch name:
renovate/itertools-0.x
- Merge into:
master
- Upgrade itertools to
0.10.3
Update Rust crate rand to 0.8.5
- Schedule: ["at any time"]
- Branch name:
renovate/rand-0.x
- Merge into:
master
- Upgrade rand to
0.8.5
Update Rust crate serde to 1.0.143
- Schedule: ["at any time"]
- Branch name:
renovate/serde-1.x
- Merge into:
master
- Upgrade serde to
1.0.143
Update Rust crate bincode to 1.3.3
- Schedule: ["at any time"]
- Branch name:
renovate/bincode-1.x
- Merge into:
master
- Upgrade bincode to
1.3.3
Update Rust crate druid to 0.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/druid-0.x
- Merge into:
master
- Upgrade druid to
0.7.0
Update Rust crate minifb to 0.23.0
- Schedule: ["at any time"]
- Branch name:
renovate/minifb-0.x
- Merge into:
master
- Upgrade minifb to
0.23.0
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x
- Merge into:
master
- Upgrade actions/checkout to
v3
Update actions/download-artifact action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-download-artifact-3.x
- Merge into:
master
- Upgrade actions/download-artifact to
v3
Update actions/setup-dotnet action to v2
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-dotnet-2.x
- Merge into:
master
- Upgrade actions/setup-dotnet to
v2
Update actions/setup-node action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-node-3.x
- Merge into:
master
- Upgrade actions/setup-node to
v3
Update actions/setup-python action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-python-4.x
- Merge into:
master
- Upgrade actions/setup-python to
v4
Update actions/upload-artifact action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-upload-artifact-3.x
- Merge into:
master
- Upgrade actions/upload-artifact to
v3
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 PR has been generated by Mend Renovate. View repository job log here.