Skip to content

Commit 0c42187

Browse files
committed
ci(deps): separate @commitlint peer-, dev- and dependencies
1 parent 2243375 commit 0c42187

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/renovate.json

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"config:base",
44
":masterIssue",
55
":pinDependencies",
6+
":semanticCommitTypeAll(chore)",
67
":timezone(Europe/Amsterdam)"
78
],
89
"ignorePresets": [":prHourlyLimit2"],
@@ -25,8 +26,22 @@
2526
"semanticCommitScope": "dev-deps"
2627
},
2728
{
29+
"packagePatterns": ["^@commitlint/"],
30+
"depTypeList": ["devDependencies"],
31+
"groupName": "devDependencies commitlint monorepo",
32+
"semanticCommitScope": "dev-deps"
33+
},
34+
{
35+
"packagePatterns": ["^@commitlint/"],
2836
"depTypeList": ["peerDependencies"],
37+
"groupName": "peerDependencies commitlint monorepo",
2938
"semanticCommitScope": "peer-deps"
39+
},
40+
{
41+
"packagePatterns": ["^@commitlint/"],
42+
"depTypeList": ["dependencies"],
43+
"groupName": "dependencies commitlint monorepo",
44+
"semanticCommitScope": "deps"
3045
}
3146
],
3247
"prCreation": "not-pending"

0 commit comments

Comments
 (0)