Skip to content

Commit 053e291

Browse files
authored
Update Renovate lockFileMaintenance schedule and labels (#967)
* Update Renovate lockFileMaintainance schedule Signed-off-by: Kim Brose <[email protected]> * Update Labels Signed-off-by: Kim Brose <[email protected]> --------- Signed-off-by: Kim Brose <[email protected]>
1 parent c6ba63f commit 053e291

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/renovate.json5

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
'schedule:automergeWeekdays',
1919
],
2020
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
2226
osvVulnerabilityAlerts: true,
2327
// https://docs.renovatebot.com/configuration-options/#automergetype - We use branch to not get raced by commits to main
2428
automergeType: 'branch',
@@ -29,6 +33,8 @@
2933
// https://docs.renovatebot.com/configuration-options/#lockfilemaintenance - Ensure the lockfile is maintained properly
3034
lockFileMaintenance: {
3135
enabled: true,
36+
// override the broken default "before 4am on monday" schedule (see the global `schedule` below)
37+
schedule: ['* 0-5 * * 1'],
3238
},
3339
// there is no preset for this
3440
pinDigest: {
@@ -64,7 +70,7 @@
6470
{
6571
groupName: 'lockFileMaintenance updates',
6672
matchUpdateTypes: ['lockFileMaintenance'],
67-
addLabels: ['lockFileMaintenance'],
73+
addLabels: ['Lockfile'],
6874
},
6975
{
7076
groupName: 'development-dependencies',
@@ -116,7 +122,7 @@
116122
'prettier-*',
117123
'@typescript-eslint/*',
118124
],
119-
addLabels: ['Linting'],
125+
addLabels: ['Linters'],
120126
},
121127
{
122128
groupName: 'mui dependencies',
@@ -141,7 +147,7 @@
141147
{
142148
groupName: 'matrix-widget-toolkit monorepo',
143149
matchPackageNames: ['@matrix-widget-toolkit/*'],
144-
addLabels: ['Matrix-Widget-Toolkit'],
150+
addLabels: ['matrix-widget-toolkit'],
145151
},
146152
],
147153
}

0 commit comments

Comments
 (0)