|
4 | 4 | "config:recommended"
|
5 | 5 | ],
|
6 | 6 | "timezone": "Asia/Tokyo",
|
| 7 | + "separateMajorMinor": false, |
| 8 | + "dependencyDashboardApproval": true, |
7 | 9 | "packageRules": [
|
8 | 10 | {
|
9 |
| - "groupSlug": "rust", |
10 |
| - "groupName": "Rust", |
11 |
| - "matchPackagePatterns": [ |
12 |
| - "^rust-lang/rust$" |
13 |
| - ] |
| 11 | + "groupName": "major dependencies", |
| 12 | + "matchUpdateTypes": [ |
| 13 | + "major" |
| 14 | + ], |
| 15 | + "dependencyDashboardApproval": false |
| 16 | + }, |
| 17 | + { |
| 18 | + "groupName": "major dependencies", |
| 19 | + "matchUpdateTypes": [ |
| 20 | + "minor" |
| 21 | + ], |
| 22 | + "matchCurrentVersion": "0", |
| 23 | + "dependencyDashboardApproval": false |
| 24 | + }, |
| 25 | + { |
| 26 | + "groupName": "major dependencies", |
| 27 | + "matchUpdateTypes": [ |
| 28 | + "patch" |
| 29 | + ], |
| 30 | + "matchCurrentVersion": "0.0", |
| 31 | + "dependencyDashboardApproval": false |
| 32 | + }, |
| 33 | + { |
| 34 | + "groupName": "non-major dependencies", |
| 35 | + "matchUpdateTypes": [ |
| 36 | + "minor" |
| 37 | + ], |
| 38 | + "matchCurrentVersion": "!/^0\\./", |
| 39 | + "dependencyDashboardApproval": false |
| 40 | + }, |
| 41 | + { |
| 42 | + "groupName": "non-major dependencies", |
| 43 | + "matchUpdateTypes": [ |
| 44 | + "patch" |
| 45 | + ], |
| 46 | + "matchCurrentVersion": "!/^0\\.0\\./", |
| 47 | + "dependencyDashboardApproval": false |
14 | 48 | },
|
15 | 49 | {
|
16 |
| - "groupSlug": "others", |
17 |
| - "groupName": "Others", |
18 |
| - "matchPackagePatterns": [ |
19 |
| - "*" |
| 50 | + "matchDatasources": [ |
| 51 | + "github-runners" |
20 | 52 | ],
|
21 |
| - "excludePackagePatterns": [ |
22 |
| - "^rust-lang/rust$" |
| 53 | + "matchPackageNames": [ |
| 54 | + "windows", |
| 55 | + "macos", |
| 56 | + "ubuntu" |
23 | 57 | ],
|
24 |
| - "dependencyDashboardApproval": true |
| 58 | + "enabled": false |
25 | 59 | }
|
26 | 60 | ],
|
| 61 | + "cargo": { |
| 62 | + "rangeStrategy": "bump" |
| 63 | + }, |
27 | 64 | "customManagers": [
|
28 | 65 | {
|
29 | 66 | "customType": "regex",
|
|
0 commit comments