diff --git a/renovate-config.json b/renovate-config.json index 3a7db6e..2440cdc 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -319,6 +319,11 @@ "groupName": "`frunk` Rust crates", "matchPackageNames": ["/^frunk[-_]?/"] }, + { + "matchManagers": ["cargo"], + "groupName": "`indicatif` Rust crates", + "matchPackageNames": ["/^indicatif[-_]?/", "/-indicatif$/"] + }, { "matchManagers": ["cargo"], "groupName": "`napi` Rust crates",