|
3 | 3 | "extends": ["config:recommended"], |
4 | 4 | "dependencyDashboard": false, |
5 | 5 | "postUpdateOptions": ["pnpmDedupe"], |
| 6 | + "ignorePaths": ["**/compat-test/**"], |
6 | 7 | "packageRules": [ |
7 | 8 | { |
8 | 9 | "groupName": "TypeScript-ESLint and its rule tester (used by migration)", |
|
11 | 12 | { |
12 | 13 | "groupName": "Vitest and its coverage provider", |
13 | 14 | "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" |
38 | 15 | } |
39 | 16 | ] |
40 | 17 | } |
0 commit comments