Skip to content

Commit c2b56f4

Browse files
chore(renovate): groups with actual depending packages
1 parent 09fff19 commit c2b56f4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@
1010
"typedoc-plugin-external-module-name"
1111
],
1212
"packageRules": [
13-
{
14-
"packagePatterns": [ "^@types" ],
15-
"groupName": "@types"
16-
},
1713
{
1814
"packagePatterns": [ "^@commitlint" ],
1915
"groupName": "@commitlint"
16+
},
17+
{
18+
"packagePatterns": ["jest"],
19+
"groupName": "jest"
20+
},
21+
{
22+
"packagePatterns": ["uuid"],
23+
"groupName": "uuid"
2024
}
2125
]
2226
}

0 commit comments

Comments
 (0)