fix(renovate): widen lockFileMaintenance schedule so it actually fires#45
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
lockFileMaintenance.schedulewasbefore 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 that extends this preset.Symptom:
nix-devenvflake.lockuntouched for 17+ days; its Dependency Dashboard shows the lock-file-maintenance branch perpetually "Awaiting Schedule".Fix
Align lockFileMaintenance to the wide
after 7am on Monday/Thursdaywindow already used by the custom-regex managers in this same preset. Still twice-weekly, but a ~17h window Mend reliably hits.Scope
Central preset — fixes lockFileMaintenance for all repos extending
local>dryvist/.github(DRY: one home). Verification is async — watch for arenovate/lock-file-maintenancePR on the next Mon/Thu after merge.🤖 Generated with Claude Code