Cargo

kind: cargo

Description

The Cargo rust crawler looks recursively for all Cargo dependencies updates from a specific root directory. Then for each of them, it tries to update them.

Manifest

Parameters

NameTypeDescriptionRequired
ignorearrayIgnore specifies rule to ignore Cargo.toml update.
    pathstringPath specifies a Cargo crate path pattern, the pattern requires to match all of name, not just a subpart of the path.
onlyarrayOnly specify required rule to restrict Cargo.toml update.
    pathstringPath specifies a Cargo crate path pattern, the pattern requires to match all of name, not just a subpart of the path.
registriesobjectAuths provides a map of registry credentials where the key is the registry URL without scheme
rootdirstringRootDir defines the root directory used to recursively search for Cargo.toml
⚠ This table is generated from the Updatecli codebase and may contain inaccurate data. Feel free to report them on github.com/updatecli/updatecli

Example

# updatecli.d/default.yaml
Top