|
18 | 18 | "matchCurrentVersion": "!/^0/",
|
19 | 19 | "automerge": false
|
20 | 20 | },
|
| 21 | + { |
| 22 | + "description": "Group all DevDependencies together", |
| 23 | + "groupName": "DevDependencies", |
| 24 | + "groupSlug": "auto-merge-dev-dependencies-updates", |
| 25 | + "matchDepTypes": ["devDependencies"], |
| 26 | + "commitBody": "Beachball-bump-type: none", |
| 27 | + "automerge": false |
| 28 | + }, |
| 29 | + { |
| 30 | + "description": "Mark peerDependencies's major updates as breaking changes", |
| 31 | + "groupName": "PeerDependencies(major)", |
| 32 | + "groupSlug": "peer-dependencies-major-updates", |
| 33 | + "matchDepTypes": ["peerDependencies"], |
| 34 | + "matchUpdateTypes": ["major"], |
| 35 | + "commitBody": "Beachball-bump-type: major" |
| 36 | + }, |
21 | 37 | {
|
22 | 38 | "description": "Mark rule and plugin updates as breaking changes",
|
23 | 39 | "groupName": "ESLint rule and plugin updates",
|
|
32 | 48 | ],
|
33 | 49 | "commitBody": "Beachball-bump-type: major"
|
34 | 50 | },
|
35 |
| - { |
36 |
| - "description": "Mark peerDependencies's major updates as breaking changes", |
37 |
| - "groupName": "PeerDependencies(major)", |
38 |
| - "groupSlug": "peer-dependencies-major-updates", |
39 |
| - "matchDepTypes": ["peerDependencies"], |
40 |
| - "matchUpdateTypes": ["major"], |
41 |
| - "commitBody": "Beachball-bump-type: major" |
42 |
| - }, |
43 |
| - { |
44 |
| - "description": "Group all DevDependencies together", |
45 |
| - "groupName": "DevDependencies", |
46 |
| - "groupSlug": "auto-merge-dev-dependencies-updates", |
47 |
| - "matchDepTypes": ["devDependencies"], |
48 |
| - "commitBody": "Beachball-bump-type: none", |
49 |
| - "automerge": false |
50 |
| - }, |
51 | 51 | {
|
52 | 52 | "description": "Group all RightCapital packages (non-major) together",
|
53 | 53 | "groupName": "RightCapital packages (non-major)",
|
|
0 commit comments