|
9 | 9 | "license": "MIT", |
10 | 10 | "publishConfig": { |
11 | 11 | "access": "public" |
12 | | - }, |
13 | | - "renovate-config": { |
14 | | - "default": { |
15 | | - "extends": [ |
16 | | - "config:base", |
17 | | - "schedule:earlyMondays", |
18 | | - ":separateMultipleMajorReleases", |
19 | | - ":enableVulnerabilityAlerts", |
20 | | - ":prHourlyLimit4" |
21 | | - ], |
22 | | - "reviewersFromCodeOwners": true, |
23 | | - "assignAutomerge": true, |
24 | | - "platformAutomerge": true, |
25 | | - "commitMessageSuffix": "({{updateType}})", |
26 | | - "postUpdateOptions": [ |
27 | | - "yarnDedupeHighest" |
28 | | - ], |
29 | | - "prBodyNotes": [ |
30 | | - "### Checklist", |
31 | | - "- [ ] I checked this package version in [snyk](https://security.snyk.io/vuln/npm) \\ \n - [ ] I labeled PR as 'PR needs visual test' \\ \n - [ ] I checked this update locally \\ \n - [ ] QA engineers checked this update" |
32 | | - ], |
33 | | - "packageRules": [ |
34 | | - { |
35 | | - "matchUpdateTypes": [ |
36 | | - "minor" |
37 | | - ], |
38 | | - "minimumReleaseAge": "3 days", |
39 | | - "automerge": true, |
40 | | - "groupName": "minor", |
41 | | - "prPriority": 1, |
42 | | - "matchCurrentVersion": ">=1.0.0" |
43 | | - }, |
44 | | - { |
45 | | - "matchUpdateTypes": [ |
46 | | - "pin", |
47 | | - "patch", |
48 | | - "digest", |
49 | | - "pinDigest", |
50 | | - "lockFileMaintenance" |
51 | | - ], |
52 | | - "minimumReleaseAge": "3 days", |
53 | | - "automerge": true, |
54 | | - "groupName": "digest", |
55 | | - "prPriority": 1, |
56 | | - "matchCurrentVersion": ">=1.0.0" |
57 | | - }, |
58 | | - { |
59 | | - "matchPackageNames": [ |
60 | | - "caniuse-lite" |
61 | | - ], |
62 | | - "groupName": "caniuse-lite", |
63 | | - "prPriority": 1 |
64 | | - }, |
65 | | - { |
66 | | - "matchPackageNames": [ |
67 | | - "@chargebee/**" |
68 | | - ], |
69 | | - "groupName": "chargebee", |
70 | | - "prPriority": 1 |
71 | | - }, |
72 | | - { |
73 | | - "extends": [ |
74 | | - "schedule:officeHours" |
75 | | - ], |
76 | | - "matchPackageNames": [ |
77 | | - "@superdispatch/eslint-plugin-ui", |
78 | | - "@superdispatch/forms", |
79 | | - "@superdispatch/dates", |
80 | | - "@superdispatch/phones", |
81 | | - "@superdispatch/ui", |
82 | | - "@superdispatch/ui-lab", |
83 | | - "@superdispatch/hooks", |
84 | | - "@superdispatch/jestutils", |
85 | | - "@superdispatch/testutils" |
86 | | - ], |
87 | | - "groupName": "@superdispatch/ui", |
88 | | - "prPriority": 1 |
89 | | - }, |
90 | | - { |
91 | | - "extends": [ |
92 | | - "schedule:officeHours" |
93 | | - ], |
94 | | - "matchPackageNames": [ |
95 | | - "@superdispatch/js-tools", |
96 | | - "@superdispatch/prettier-config", |
97 | | - "@superdispatch/babel-preset", |
98 | | - "@superdispatch/tsconfig", |
99 | | - "@superdispatch/eslint-plugin", |
100 | | - "@superdispatch/gh-scripts", |
101 | | - "@superdispatch/renovate-config" |
102 | | - ], |
103 | | - "groupName": "@superdispatch/js-tools", |
104 | | - "prPriority": 1 |
105 | | - }, |
106 | | - { |
107 | | - "extends": [ |
108 | | - "schedule:officeHours" |
109 | | - ], |
110 | | - "matchPackageNames": [ |
111 | | - "@superdispatch/sdk" |
112 | | - ], |
113 | | - "groupName": "@superdispatch/sdk", |
114 | | - "prPriority": 1 |
115 | | - }, |
116 | | - { |
117 | | - "extends": [ |
118 | | - "schedule:officeHours" |
119 | | - ], |
120 | | - "matchPackageNames": [ |
121 | | - "@superdispatch/http", |
122 | | - "@superdispatch/http-resource" |
123 | | - ], |
124 | | - "groupName": "@superdispatch/http", |
125 | | - "prPriority": 1 |
126 | | - }, |
127 | | - { |
128 | | - "extends": [ |
129 | | - "schedule:officeHours" |
130 | | - ], |
131 | | - "matchPackagePatterns": [ |
132 | | - "^@sdkit/" |
133 | | - ], |
134 | | - "groupName": "sdkit", |
135 | | - "prPriority": 1 |
136 | | - } |
137 | | - ] |
138 | | - } |
139 | 12 | } |
140 | 13 | } |
0 commit comments