Skip to content

Commit dc8915b

Browse files
committed
ci: merge Jest upgrades
1 parent a0fd370 commit dc8915b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"extends": ["config:base"],
33
"pinVersions": false,
44
"rebaseStalePrs": true,
5-
"masterIssue": true
5+
"masterIssue": true,
6+
"packageRules": [
7+
{
8+
"packagePatterns": ["jest"],
9+
"groupName": "jest"
10+
}
11+
]
612
}

0 commit comments

Comments
 (0)