Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 41f315a

Browse files
committed
chore(Renovate): 🔧 Tweak groups
1 parent f52b0ba commit 41f315a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎.github/renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"all-contributors-cli",
3232
"concurrently",
3333
"del-cli",
34+
"inquirer",
3435
"husky",
3536
"turbo",
3637
"tsx"
@@ -46,20 +47,21 @@
4647
"groupName": "project prerequisities",
4748
"addLabels": ["🧰 project"],
4849
"matchUpdateTypes": ["major", "minor", "patch", "rollback"],
49-
"packagePatterns": ["node", "pnpm"]
50+
"packagePatterns": ["node", "pnpm"],
51+
"excludePackageNames": ["@types/node"]
5052
},
5153
{
5254
"groupName": "package(s) dependencies",
5355
"addLabels": ["📦 packages"],
5456
"matchDepTypes": ["dependencies", "peerDependencies"],
55-
"matchPaths": ["packages/**/package.json"],
57+
"matchPaths": ["packages/**/package.json"],
5658
"matchUpdateTypes": ["major", "minor", "patch", "rollback"]
5759
},
5860
{
5961
"groupName": "package(s) development dependencies",
6062
"addLabels": ["📦 packages"],
6163
"matchDepTypes": ["devDependencies"],
62-
"matchPaths": ["packages/**/package.json"],
64+
"matchPaths": ["packages/**/package.json"],
6365
"matchUpdateTypes": ["major", "minor", "patch", "rollback"]
6466
}
6567
]

0 commit comments

Comments
 (0)