|
1 | 1 | { |
2 | | - "extends": ["config:base"], |
3 | | - "labels": ["dependencies", "automerge"], |
4 | | - "packageRules": [ |
| 2 | + "extends": ["config:base"], |
| 3 | + "labels": ["dependencies", "automerge"], |
| 4 | + "packageRules": [ |
5 | 5 | { |
6 | | - "groupName": "monorepo:ky", |
7 | | - "packageNames": [ |
8 | | - "ky", |
9 | | - "ky-universal" |
10 | | - ] |
11 | | - }, |
12 | | - { |
13 | | - "groupName": "monorepo:eslint", |
14 | | - "packageNames": [ |
15 | | - "@typescript-eslint/eslint-plugin", |
16 | | - "@typescript-eslint/parser", |
17 | | - "eslint", |
18 | | - "eslint-config-airbnb", |
19 | | - "eslint-config-prettier", |
20 | | - "eslint-config-import", |
21 | | - "eslint-plugin-jest", |
22 | | - "eslint-plugin-jsx-a11y", |
23 | | - "eslint-plugin-prettier", |
24 | | - "eslint-plugin-react", |
25 | | - "eslint-plugin-react-hooks", |
26 | | - "eslint-plugin-testcafe", |
27 | | - "eslint-plugin-testing-library" |
28 | | - ] |
29 | | - } |
30 | | - ] |
| 6 | + "groupName": "monorepo:ky", |
| 7 | + "packageNames": [ |
| 8 | + "ky", |
| 9 | + "ky-universal" |
| 10 | + ] |
| 11 | + }, |
| 12 | + { |
| 13 | + "groupName": "monorepo:@testing-library", |
| 14 | + "packageNames": [ |
| 15 | + "@testing-library/jest-dom", |
| 16 | + "@testing-library/react", |
| 17 | + "@testing-library/user-event" |
| 18 | + ] |
| 19 | + }, |
| 20 | + { |
| 21 | + "groupName": "monorepo:testcafe", |
| 22 | + "packageNames": [ |
| 23 | + "testcafe", |
| 24 | + "@testing-library/testcafe" |
| 25 | + ] |
| 26 | + }, |
| 27 | + { |
| 28 | + "groupName": "monorepo:eslint", |
| 29 | + "packageNames": [ |
| 30 | + "@typescript-eslint/eslint-plugin", |
| 31 | + "@typescript-eslint/parser", |
| 32 | + "eslint", |
| 33 | + "eslint-config-airbnb", |
| 34 | + "eslint-config-prettier", |
| 35 | + "eslint-config-import", |
| 36 | + "eslint-plugin-jest", |
| 37 | + "eslint-plugin-jsx-a11y", |
| 38 | + "eslint-plugin-prettier", |
| 39 | + "eslint-plugin-react", |
| 40 | + "eslint-plugin-react-hooks", |
| 41 | + "eslint-plugin-testcafe", |
| 42 | + "eslint-plugin-testing-library" |
| 43 | + ] |
| 44 | + } |
| 45 | + ] |
31 | 46 | } |
0 commit comments