Skip to content

Commit 624f92c

Browse files
fix(renovate): widen lockFileMaintenance schedule so it actually fires (#45)
The lockFileMaintenance schedule was "before 7am on Monday/Thursday" (UTC, ~00:00-07:00). Mend's hosted Renovate scan cadence never lands in that narrow pre-dawn window, so lockFileMaintenance has never produced a PR for any consumer (e.g. nix-devenv flake.lock sat untouched for 17+ days despite the twice-weekly schedule). Align it with the wide "after 7am on Monday/Thursday" window already used by the custom-regex managers in this same preset: still twice-weekly, but a ~17h window Mend reliably hits. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_01FGPtj4jnggZYA53EkTXbTA
1 parent 06050dd commit 624f92c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate-presets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"lockFileMaintenance": {
4545
"enabled": true,
4646
"schedule": [
47-
"before 7am on Monday",
48-
"before 7am on Thursday"
47+
"after 7am on Monday",
48+
"after 7am on Thursday"
4949
],
5050
"automerge": true,
5151
"minimumReleaseAge": "0 days"

0 commit comments

Comments
 (0)