Skip to content

Commit dcab31c

Browse files
authored
Fix Renovate 'lock file maintenance' schedule *again* (#844)
Sorry, again! Turns out that the interaction between Renovate Cloud scheduling and `"schedule"` setting is even more confusing and poorly documented than I thought. `lockFileMaintenance` has a different default schedule -- it defaults to `before 4am on monday`. Once per week is too rare IMO for our use case -- and the "before 4am" part is rarely useful with the cloud offering, because the triggering time is arbitrary during the day. * https://docs.renovatebot.com/configuration-options/#lockfilemaintenance * renovatebot/renovate#35532 (reply in thread)
1 parent b6bc54c commit dcab31c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"lockFileMaintenance": {
44
"enabled": true,
55
"automerge": true,
6-
"automergeType": "branch"
6+
"automergeType": "branch",
7+
"schedule": ["* * * * *"]
78
},
89
"packageRules": [
910
{

0 commit comments

Comments
 (0)