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
Name | Type | Description | Required |
---|---|---|---|
ignore | array | Ignore specifies rule to ignore Cargo.toml update. | |
path | string | Path specifies a Cargo crate path pattern, the pattern requires to match all of name, not just a subpart of the path. | |
only | array | Only specify required rule to restrict Cargo.toml update. | |
path | string | Path specifies a Cargo crate path pattern, the pattern requires to match all of name, not just a subpart of the path. | |
registries | object | Auths provides a map of registry credentials where the key is the registry URL without scheme | |
rootdir | string | RootDir defines the root directory used to recursively search for Cargo.toml |
Example
# updatecli.d/default.yaml