Skip to content

Commit 248a8db

Browse files
committedJan 25, 2020
ci(renovate): 👷 group eslint and jest deps
1 parent 535da18 commit 248a8db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎renovate.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": ["config:base", ":semanticCommits"],
33
"packageRules": [
44
{
55
"updateTypes": ["patch", "pin", "digest"],
@@ -11,6 +11,14 @@
1111
"groupName": "all non-major dependencies",
1212
"groupSlug": "all-minor-patch"
1313
}
14+
},
15+
{
16+
"packagePatterns": ["eslint"],
17+
"groupName": "eslint"
18+
},
19+
{
20+
"packagePatterns": ["jest"],
21+
"groupName": "jest"
1422
}
1523
]
1624
}

0 commit comments

Comments
 (0)
Please sign in to comment.