group all rust examples for now

This will produce two upgrade groups for the rust examples, one for each language.
This commit is contained in:
Jacob Bolda
2020-02-13 07:01:00 -06:00
committed by GitHub
parent 05233cedcc
commit 3b0ae13e07

View File

@@ -105,8 +105,8 @@
},
{
"enabled": true,
"enabledManagers": ["cargo"],
"paths": ["rust/**/Cargo.toml"],
"enabledManagers": ["cargo", "npm"],
"paths": ["rust/**"],
"groupName": "Rust Examples",
"groupSlug": "allRustExamples",
"commitMessagePrefix": "chore(examples)",