We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b447ee commit d3ab923Copy full SHA for d3ab923
1 file changed
.github/renovate.json
@@ -1,5 +1,12 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:best-practices"],
4
- "ignoreDeps": ["taiki-e/install-action"]
+ "ignoreDeps": ["taiki-e/install-action"],
5
+ "packageRules": [
6
+ {
7
+ "matchManagers": ["cargo"],
8
+ "matchPackagePatterns": ["^arborium-"],
9
+ "groupName": "arborium crates"
10
+ }
11
+ ]
12
}
0 commit comments