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

Commit 0a95347

Browse files
committed
add @jest to renovate
Signed-off-by: Tilman Vatteroth <[email protected]>
1 parent 2d14652 commit 0a95347

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

renovate.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@
3636
},
3737
{
3838
"groupName": "Jest",
39-
"matchPackageNames": [
40-
"jest",
41-
"ts-jest",
42-
"@types/jest"
39+
"matchPackagePatterns": [
40+
"^jest/",
41+
"^ts-jest/",
42+
"^@types\/jest/",
43+
"^@jest"
4344
]
4445
}
4546
]

0 commit comments

Comments
 (0)