|
7 | 7 | "helpers:disableTypesNodeMajor" |
8 | 8 | ], |
9 | 9 | "updateNotScheduled": true, |
10 | | - "lockFileMaintenance": { "enabled": false }, |
| 10 | + "lockFileMaintenance": { |
| 11 | + "enabled": false |
| 12 | + }, |
11 | 13 | "enabledManagers": ["github-actions", "npm"], |
12 | 14 | "prCreation": "not-pending", |
13 | 15 | "prHourlyLimit": 5, |
|
23 | 25 | }, |
24 | 26 | { |
25 | 27 | "automerge": false, |
26 | | - "matchPackagePatterns": ["^@scaleway/"], |
27 | | - "stabilityDays": 0, |
28 | | - "matchUpdateTypes": ["major", "minor", "patch"] |
| 28 | + "minimumReleaseAge": null, |
| 29 | + "matchUpdateTypes": ["major", "minor", "patch"], |
| 30 | + "matchPackageNames": ["/^@scaleway//"] |
29 | 31 | }, |
30 | 32 | { |
31 | 33 | "labels": ["UPDATE-MAJOR"], |
32 | | - "stabilityDays": 14, |
| 34 | + "minimumReleaseAge": "14 days", |
33 | 35 | "matchUpdateTypes": ["major"] |
34 | 36 | }, |
35 | 37 | { |
36 | 38 | "labels": ["UPDATE-MINOR"], |
37 | | - "stabilityDays": 5, |
| 39 | + "minimumReleaseAge": "5 days", |
38 | 40 | "matchUpdateTypes": ["minor"] |
39 | 41 | }, |
40 | 42 | { |
41 | 43 | "labels": ["UPDATE-PATCH"], |
42 | | - "stabilityDays": 1, |
| 44 | + "minimumReleaseAge": "1 day", |
43 | 45 | "matchUpdateTypes": ["patch"] |
44 | 46 | }, |
45 | 47 | { |
46 | | - "matchPackagePatterns": [ |
47 | | - "^@babel/", |
48 | | - "^@commitlint/", |
49 | | - "^babel-", |
50 | | - "cz-conventional-changelog", |
51 | | - "eslint", |
52 | | - "husky", |
53 | | - "jest", |
54 | | - "lint-staged" |
55 | | - ], |
56 | 48 | "automerge": true, |
57 | 49 | "automergeType": "branch", |
58 | 50 | "semanticCommitScope": "minor-deps", |
59 | | - "stabilityDays": 3, |
60 | | - "matchUpdateTypes": ["minor"] |
| 51 | + "minimumReleaseAge": "3 days", |
| 52 | + "matchUpdateTypes": ["minor"], |
| 53 | + "matchPackageNames": [ |
| 54 | + "/^@babel//", |
| 55 | + "/^@commitlint//", |
| 56 | + "/^babel-/", |
| 57 | + "/cz-conventional-changelog/", |
| 58 | + "/eslint/", |
| 59 | + "/husky/", |
| 60 | + "/jest/", |
| 61 | + "/lint-staged/" |
| 62 | + ] |
61 | 63 | }, |
62 | 64 | { |
63 | | - "matchPackagePatterns": [ |
64 | | - "^@babel/", |
65 | | - "^@commitlint/", |
66 | | - "^@semantic-release/", |
67 | | - "^@types/", |
68 | | - "^babel-", |
69 | | - "^eslint", |
70 | | - "cz-conventional-changelog", |
71 | | - "husky", |
72 | | - "jest", |
73 | | - "lint-staged" |
74 | | - ], |
75 | 65 | "automerge": true, |
76 | 66 | "automergeType": "branch", |
77 | 67 | "semanticCommitScope": "patch-deps", |
78 | | - "stabilityDays": 1, |
79 | | - "matchUpdateTypes": ["patch"] |
| 68 | + "minimumReleaseAge": "1 day", |
| 69 | + "matchUpdateTypes": ["patch"], |
| 70 | + "matchPackageNames": [ |
| 71 | + "/^@babel//", |
| 72 | + "/^@commitlint//", |
| 73 | + "/^@semantic-release//", |
| 74 | + "/^@types//", |
| 75 | + "/^babel-/", |
| 76 | + "/^eslint/", |
| 77 | + "/cz-conventional-changelog/", |
| 78 | + "/husky/", |
| 79 | + "/jest/", |
| 80 | + "/lint-staged/" |
| 81 | + ] |
80 | 82 | } |
81 | 83 | ] |
82 | 84 | } |
0 commit comments