km-crates-publish-test 0.0.0-development

test
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "cargo": {
        "commitMessageTopic": "Rust crate {{depName}}",
        "fileMatch": ["(^|/)Cargo\\.toml$"],
        "rangeStrategy": "in-range-only",
        "versioning": "cargo"
    },
    "description": "Disables updating Cargo.toml's versions as we specificy minimum version, and don't force library users to update unless we explicitely need to do so"
}