Skip to content

Commit b6bc54c

Browse files
authored
Fix Renovate 'lock file maintenance' schedule (#843)
Turns out that the interaction between Renovate Cloud scheduling and `"schedule"` setting is confusing and poorly documented. Using the free Renovate Cloud option, Renovate _usually_ runs once per day, at some arbitrary time. If that time does not match our defined `"schedule"`, then it does nothing. ¯\_(ツ)_/¯ By removing `"schedule"`, it should result in actually running once per day. Some pointers: * https://docs.renovatebot.com/key-concepts/scheduling/#global-schedule-vs-specific-schedule * https://docs.renovatebot.com/mend-hosted/job-scheduling/#renovate-status * renovatebot/renovate#35532
1 parent c169ab1 commit b6bc54c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"dependencyDashboard": false,
33
"lockFileMaintenance": {
44
"enabled": true,
5-
"schedule": ["* 3-4 * * *"],
65
"automerge": true,
76
"automergeType": "branch"
87
},

0 commit comments

Comments
 (0)