Skip to content

Commit 9c02dc2

Browse files
authored
Add anstyle crate family to base config (#17)
1 parent 645fa2d commit 9c02dc2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
"groupName": "`clap` Rust crates",
305305
"matchPackageNames": ["/^clap[-_]?/"]
306306
},
307+
{
308+
"matchManagers": ["cargo"],
309+
"groupName": "`anstyle` Rust crates",
310+
"matchPackageNames": ["anstream", "colorchoice-clap", "/^anstyle[-_]?/"]
311+
},
307312
{
308313
"matchManagers": ["cargo"],
309314
"groupName": "`dashu` Rust crates",

0 commit comments

Comments
 (0)