|
31 | 31 | "all-contributors-cli",
|
32 | 32 | "concurrently",
|
33 | 33 | "del-cli",
|
| 34 | + "inquirer", |
34 | 35 | "husky",
|
35 | 36 | "turbo",
|
36 | 37 | "tsx"
|
|
46 | 47 | "groupName": "project prerequisities",
|
47 | 48 | "addLabels": ["🧰 project"],
|
48 | 49 | "matchUpdateTypes": ["major", "minor", "patch", "rollback"],
|
49 |
| - "packagePatterns": ["node", "pnpm"] |
| 50 | + "packagePatterns": ["node", "pnpm"], |
| 51 | + "excludePackageNames": ["@types/node"] |
50 | 52 | },
|
51 | 53 | {
|
52 | 54 | "groupName": "package(s) dependencies",
|
53 | 55 | "addLabels": ["📦 packages"],
|
54 | 56 | "matchDepTypes": ["dependencies", "peerDependencies"],
|
55 |
| - "matchPaths": ["packages/**/package.json"], |
| 57 | + "matchPaths": ["packages/**/package.json"], |
56 | 58 | "matchUpdateTypes": ["major", "minor", "patch", "rollback"]
|
57 | 59 | },
|
58 | 60 | {
|
59 | 61 | "groupName": "package(s) development dependencies",
|
60 | 62 | "addLabels": ["📦 packages"],
|
61 | 63 | "matchDepTypes": ["devDependencies"],
|
62 |
| - "matchPaths": ["packages/**/package.json"], |
| 64 | + "matchPaths": ["packages/**/package.json"], |
63 | 65 | "matchUpdateTypes": ["major", "minor", "patch", "rollback"]
|
64 | 66 | }
|
65 | 67 | ]
|
|
0 commit comments