Commit 624f92c
authored
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_01FGPtj4jnggZYA53EkTXbTA1 parent 06050dd commit 624f92c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments