cargo-modules 0.22.0

A cargo plugin for showing a tree-like overview of a crate's modules.
Documentation
{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": ["config:recommended"],
    "rangeStrategy": "auto",
    "schedule": ["before 2am on Tuesday"],
    "packageRules": [
        {
            "groupName": "rust-analyzer dependencies",
            "groupSlug": "rust-analyzer-dependencies",
            "matchPackageNames": ["/^ra_ap_/"],
            "rangeStrategy": "pin"
        },
        {
            "allowedVersions": "!/^=/",
            "groupName": "all other dependencies",
            "groupSlug": "other-dependencies",
            "matchPackageNames": ["*", "!/^ra_ap_/"]
        },
        {
            "groupName": "github actions",
            "groupSlug": "github-actions",
            "matchDepTypes": ["action"],
            "pinDigests": true
        }
    ]
}