Skip to content

Commit d3ab923

Browse files
authored
chore: Update renovate.json (#148)
1 parent 6b447ee commit d3ab923

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:best-practices"],
4-
"ignoreDeps": ["taiki-e/install-action"]
4+
"ignoreDeps": ["taiki-e/install-action"],
5+
"packageRules": [
6+
{
7+
"matchManagers": ["cargo"],
8+
"matchPackagePatterns": ["^arborium-"],
9+
"groupName": "arborium crates"
10+
}
11+
]
512
}

0 commit comments

Comments
 (0)