File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3
3
" config:base" ,
4
4
" :masterIssue" ,
5
5
" :pinDependencies" ,
6
+ " :semanticCommitTypeAll(chore)" ,
6
7
" :timezone(Europe/Amsterdam)"
7
8
],
8
9
"ignorePresets" : [" :prHourlyLimit2" ],
25
26
"semanticCommitScope" : " dev-deps"
26
27
},
27
28
{
29
+ "packagePatterns" : [" ^@commitlint/" ],
30
+ "depTypeList" : [" devDependencies" ],
31
+ "groupName" : " devDependencies commitlint monorepo" ,
32
+ "semanticCommitScope" : " dev-deps"
33
+ },
34
+ {
35
+ "packagePatterns" : [" ^@commitlint/" ],
28
36
"depTypeList" : [" peerDependencies" ],
37
+ "groupName" : " peerDependencies commitlint monorepo" ,
29
38
"semanticCommitScope" : " peer-deps"
39
+ },
40
+ {
41
+ "packagePatterns" : [" ^@commitlint/" ],
42
+ "depTypeList" : [" dependencies" ],
43
+ "groupName" : " dependencies commitlint monorepo" ,
44
+ "semanticCommitScope" : " deps"
30
45
}
31
46
],
32
47
"prCreation" : " not-pending"
You can’t perform that action at this time.
0 commit comments