|
18 | 18 | 'schedule:automergeWeekdays', |
19 | 19 | ], |
20 | 20 | dependencyDashboard: true, |
21 | | - // https://docs.renovatebot.com/configuration-options/#osvvulnerabilityalerts - we use osv.dev here to not rely on Github |
| 21 | + // https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts - enabled by default, but does not set a label by default |
| 22 | + vulnerabilityAlerts: { |
| 23 | + labels: ['Security'], |
| 24 | + }, |
| 25 | + // https://docs.renovatebot.com/configuration-options/#osvvulnerabilityalerts - we use osv.dev here to not rely entirely on Github |
22 | 26 | osvVulnerabilityAlerts: true, |
23 | 27 | // https://docs.renovatebot.com/configuration-options/#automergetype - We use branch to not get raced by commits to main |
24 | 28 | automergeType: 'branch', |
|
29 | 33 | // https://docs.renovatebot.com/configuration-options/#lockfilemaintenance - Ensure the lockfile is maintained properly |
30 | 34 | lockFileMaintenance: { |
31 | 35 | enabled: true, |
| 36 | + // override the broken default "before 4am on monday" schedule (see the global `schedule` below) |
| 37 | + schedule: ['* 0-5 * * 1'], |
32 | 38 | }, |
33 | 39 | // there is no preset for this |
34 | 40 | pinDigest: { |
|
64 | 70 | { |
65 | 71 | groupName: 'lockFileMaintenance updates', |
66 | 72 | matchUpdateTypes: ['lockFileMaintenance'], |
67 | | - addLabels: ['lockFileMaintenance'], |
| 73 | + addLabels: ['Lockfile'], |
68 | 74 | }, |
69 | 75 | { |
70 | 76 | groupName: 'development-dependencies', |
|
116 | 122 | 'prettier-*', |
117 | 123 | '@typescript-eslint/*', |
118 | 124 | ], |
119 | | - addLabels: ['Linting'], |
| 125 | + addLabels: ['Linters'], |
120 | 126 | }, |
121 | 127 | { |
122 | 128 | groupName: 'mui dependencies', |
|
141 | 147 | { |
142 | 148 | groupName: 'matrix-widget-toolkit monorepo', |
143 | 149 | matchPackageNames: ['@matrix-widget-toolkit/*'], |
144 | | - addLabels: ['Matrix-Widget-Toolkit'], |
| 150 | + addLabels: ['matrix-widget-toolkit'], |
145 | 151 | }, |
146 | 152 | ], |
147 | 153 | } |
0 commit comments