diff --git a/renovate-config.json b/renovate-config.json index fba0cfe..78e010e 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -304,6 +304,11 @@ "groupName": "`clap` Rust crates", "matchPackageNames": ["/^clap[-_]?/"] }, + { + "matchManagers": ["cargo"], + "groupName": "`anstyle` Rust crates", + "matchPackageNames": ["anstream", "colorchoice-clap", "/^anstyle[-_]?/"] + }, { "matchManagers": ["cargo"], "groupName": "`dashu` Rust crates",