Skip to content

Commit 3ee0c3c

Browse files
committed
Renovate: using ignorePaths instead of groups with allowedVersions (compat-test).
1 parent 6a7f2c7 commit 3ee0c3c

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

renovate.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": ["config:recommended"],
44
"dependencyDashboard": false,
55
"postUpdateOptions": ["pnpmDedupe"],
6+
"ignorePaths": ["**/compat-test/**"],
67
"packageRules": [
78
{
89
"groupName": "TypeScript-ESLint and its rule tester (used by migration)",
@@ -11,30 +12,6 @@
1112
{
1213
"groupName": "Vitest and its coverage provider",
1314
"matchPackageNames": ["vitest", "@vitest/*"]
14-
},
15-
{
16-
"groupName": "Disallow eslint bump in compat-test",
17-
"matchPackageNames": ["eslint"],
18-
"matchCurrentVersion": "9.0.0",
19-
"allowedVersions": "9.0.0"
20-
},
21-
{
22-
"groupName": "Disallow zod bump in compat-test",
23-
"matchPackageNames": ["zod"],
24-
"matchCurrentVersion": "3.25.35",
25-
"allowedVersions": "3.25.35"
26-
},
27-
{
28-
"groupName": "Disallow typescript bump in compat-test",
29-
"matchPackageNames": ["typescript"],
30-
"matchCurrentVersion": "5.1.3",
31-
"allowedVersions": "5.1.3"
32-
},
33-
{
34-
"groupName": "Disallow typescript-eslint bump in compat-test",
35-
"matchPackageNames": ["typescript-eslint"],
36-
"matchCurrentVersion": "8.0.0",
37-
"allowedVersions": "8.0.0"
3815
}
3916
]
4017
}

0 commit comments

Comments
 (0)