Skip to content

Commit b34d078

Browse files
authored
fix: Attempt at grouping lockfile maintenance (#2918)
Not sure if this will work, but it will be quite nice if all the lockfile maintenance can be done in 1 PR to reduce weekly chore.
1 parent baa8276 commit b34d078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"osvVulnerabilityAlerts": true,
1313
"lockFileMaintenance": {
1414
"enabled": true,
15-
"schedule": ["before 6am on wednesday"]
15+
"schedule": ["before 6am on wednesday"],
16+
"groupName": "lockfile maintenance"
1617
},
1718
"git-submodules": {
1819
"enabled": false

0 commit comments

Comments
 (0)