Skip to content

Commit 8376911

Browse files
feat(renovate): update config
- group @types dependencies into one group and ignore node update
1 parent 79ef218 commit 8376911

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"ignoreDeps": ["@types/node"],
6+
"packageRules": [
7+
{
8+
"packagePatterns": [ "^@types" ],
9+
"groupName": "@types"
10+
}
411
]
512
}

0 commit comments

Comments
 (0)