|
5 | 5 | "semanticCommits": "enabled", |
6 | 6 | "dependencyDashboard": true, |
7 | 7 | "postUpdateOptions": ["npmDedupe"], |
8 | | - "additionalBranchPrefix": "{{parentDir}}-", |
9 | 8 | "packageRules": [ |
10 | 9 | { |
11 | 10 | "matchFiles": ["site/package.json"], |
12 | 11 | "semanticCommitType": "chore", |
13 | 12 | "addLabels": ["website"], |
14 | | - "semanticCommitScope": "website" |
| 13 | + "semanticCommitScope": "website", |
| 14 | + "additionalBranchPrefix": "website-" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "matchPaths": ["tests/**/package.json"], |
18 | 18 | "semanticCommitType": "chore", |
19 | 19 | "addLabels": ["tests"], |
20 | | - "semanticCommitScope": "tests" |
| 20 | + "semanticCommitScope": "tests", |
| 21 | + "additionalBranchPrefix": "tests-" |
| 22 | + }, |
| 23 | + { |
| 24 | + "matchPaths": ["src/**/package.json"], |
| 25 | + "semanticCommitType": "fix", |
| 26 | + "addLabels": ["templates"], |
| 27 | + "semanticCommitScope": "template", |
| 28 | + "additionalBranchPrefix": "templates-" |
21 | 29 | } |
22 | 30 | ] |
23 | 31 | } |
0 commit comments