|
15 | 15 | ], |
16 | 16 | "stabilityDays":0 |
17 | 17 | }, |
| 18 | + "separateMajorMinor":false, |
18 | 19 | "packageRules": [ |
19 | 20 | { |
20 | 21 | "matchPaths": ["examples/**", "test/**", ".github/**"], |
21 | 22 | "extends": [":semanticCommitTypeAll(chore)"] |
22 | 23 | }, |
| 24 | + { |
| 25 | + "matchPaths": ["*", "modules/**"], |
| 26 | + "extends": [":semanticCommitTypeAll(fix)"] |
| 27 | + }, |
23 | 28 | { |
24 | 29 | "matchDepTypes": ["module"], |
25 | | - "groupName": "TF modules", |
26 | | - "separateMajorMinor":false, |
27 | | - "major": { |
28 | | - "semanticCommitType": "feat!" |
29 | | - } |
| 30 | + "groupName": "TF modules" |
30 | 31 | }, |
31 | 32 | { |
32 | 33 | "matchDepTypes": ["require"], |
33 | 34 | "groupName": "GO modules", |
34 | | - "postUpdateOptions": ["gomodTidy"], |
35 | | - "separateMajorMinor":false |
| 35 | + "postUpdateOptions": ["gomodTidy"] |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "matchPackageNames": ["go"], |
|
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "matchPackageNames": ["google", "google-beta"], |
44 | | - "groupName": "terraform googles", |
45 | | - "separateMajorMinor": false |
| 44 | + "groupName": "terraform googles" |
46 | 45 | } |
47 | 46 | ] |
48 | 47 | } |
0 commit comments