We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884a117 commit 8916f39Copy full SHA for 8916f39
1 file changed
renovate.json
@@ -2,5 +2,13 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:recommended"],
4
"dependencyDashboard": false,
5
- "postUpdateOptions": ["pnpmDedupe"]
+ "postUpdateOptions": ["pnpmDedupe"],
6
+ "packageRules": [
7
+ {
8
+ "matchPackageNames": ["typescript-eslint", "@typescript-eslint/*"]
9
+ },
10
11
+ "matchPackageNames": ["vitest", "@vitest/*"]
12
+ }
13
+ ]
14
}
0 commit comments