File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 33 " config:base" ,
44 " :masterIssue" ,
55 " :pinDependencies" ,
6+ " :semanticCommitTypeAll(chore)" ,
67 " :timezone(Europe/Amsterdam)"
78 ],
89 "ignorePresets" : [" :prHourlyLimit2" ],
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"
You can’t perform that action at this time.
0 commit comments