File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 ],
1616 "stabilityDays" :0
1717 },
18- "major" : {
19- "semanticCommitType" : " feat!"
20- },
2118 "packageRules" : [
19+ {
20+ "matchPaths" : [" examples/**" , " test/**" , " .github/**" ],
21+ "extends" : [" :semanticCommitTypeAll(chore)" ]
22+ },
2223 {
2324 "matchDepTypes" : [" module" ],
2425 "groupName" : " TF modules" ,
25- "separateMajorMinor" :false
26+ "separateMajorMinor" :false ,
27+ "major" : {
28+ "semanticCommitType" : " feat!"
29+ }
2630 },
2731 {
2832 "matchDepTypes" : [" require" ],
3943 "matchPackageNames" : [" google" , " google-beta" ],
4044 "groupName" : " terraform googles" ,
4145 "separateMajorMinor" : false
42- },
43- {
44- "matchPaths" : [" examples/**" , " test/**" , " .github/**" ],
45- "extends" : [" :semanticCommitTypeAll(chore)" ]
4646 }
4747 ]
4848}
You can’t perform that action at this time.
0 commit comments