Skip to content

ci: run the scheduled dependency check daily - #33

Merged
lesnik512 merged 1 commit into
mainfrom
ci/daily-scheduled-checks
Sep 20, 2026
Merged

lesnik512 merged 1 commit into
mainfrom
ci/daily-scheduled-checks

Conversation

@lesnik512

@lesnik512 lesnik512 commented Sep 20, 2026

Copy link
Copy Markdown
Member

The dependency check ran on Mondays, so an upstream release that breaks main could sit undetected for up to a week and then surface on whichever pull request happened to run next. Daily bounds that window at a day and keeps the failure attributed to upstream, through the tracking issue, instead of to an unrelated PR.

The minute is staggered across the 06:00 UTC hour, unique per repository across the organization. GitHub deprioritizes scheduled runs that pile up on the same minute, and this change would otherwise put every repo on the top of the hour at once.

report-scheduled-failure.sh described the run as "weekly" in the label description and in the issue body; both now say "scheduled". Repeat failures still comment on the single open issue rather than opening one per day.

@lesnik512
lesnik512 force-pushed the ci/daily-scheduled-checks branch from e93b571 to 61aa2c9 Compare September 20, 2026 10:50
@lesnik512
lesnik512 force-pushed the ci/daily-scheduled-checks branch from 61aa2c9 to dadea14 Compare September 20, 2026 10:52
@lesnik512
lesnik512 merged commit 407a4d1 into main Sep 20, 2026
8 checks passed
@lesnik512
lesnik512 deleted the ci/daily-scheduled-checks branch September 20, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant