Skip to content

Commit 8916f39

Browse files
committed
Configuring renovate groups.
1 parent 884a117 commit 8916f39

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"dependencyDashboard": false,
5-
"postUpdateOptions": ["pnpmDedupe"]
5+
"postUpdateOptions": ["pnpmDedupe"],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": ["typescript-eslint", "@typescript-eslint/*"]
9+
},
10+
{
11+
"matchPackageNames": ["vitest", "@vitest/*"]
12+
}
13+
]
614
}

0 commit comments

Comments
 (0)