Skip to content

Commit a667f92

Browse files
authored
Configuring renovate groups (#2746)
Replacement for: 225c323 Config can be validating this way: ```shell npx --yes --package renovate -- renovate-config-validator --strict ./renovate.json ``` Instead of pnpm catalog attempted in #2736 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Renovate configuration to include new package rules for managing updates to TypeScript ESLint and Vitest packages. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 884a117 commit a667f92

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
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+
"groupName": "TypeScript-ESLint and its rule tester (used by migration)",
9+
"matchPackageNames": ["typescript-eslint", "@typescript-eslint/*"]
10+
},
11+
{
12+
"groupName": "Vitest and its coverage provider",
13+
"matchPackageNames": ["vitest", "@vitest/*"]
14+
}
15+
]
616
}

0 commit comments

Comments
 (0)