Browse Source

update renovate.json to have a clap group (#822)

remotes/origin/feat/support-install-latest
Gal Schlezinger 3 years ago committed by GitHub
parent
commit
5969b8b8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      renovate.json

8
renovate.json

@ -12,7 +12,13 @@ @@ -12,7 +12,13 @@
},
{
"matchPackagePatterns": ["serde", "serde_json"],
"groupName": "serde"
"groupName": "serde",
"groupSlug": "serde"
},
{
"matchPackagePatterns": ["clap", "clap_*"],
"groupName": "clap-rs",
"groupSlug": "clap-rs"
},
{
"matchDepTypes": ["devDependencies", "dev-dependencies"],

Loading…
Cancel
Save