Skip to content

Add weekly scheduled build and Dependabot dependency updates - #28

Merged
tdhopper merged 1 commit into
masterfrom
rot-proofing
Aug 5, 2026
Merged

Add weekly scheduled build and Dependabot dependency updates#28
tdhopper merged 1 commit into
masterfrom
rot-proofing

Conversation

@tdhopper

@tdhopper tdhopper commented Aug 5, 2026

Copy link
Copy Markdown
Owner

TL;DR

The site rotted for six years because nothing ran the build between pushes. A weekly scheduled workflow run now exercises the full pipeline (deploy steps stay push-gated, so production is untouched), and Dependabot files one grouped weekly PR for Python bumps plus monthly GitHub Actions bumps — each proven by CI before merge.

The scheduled run exercises the full build without deploying (deploy
steps are push-gated), so a breaking library release shows up as a red
badge within a week instead of silently rotting. Dependabot groups
Python bumps into one weekly PR that CI proves out.
@tdhopper
tdhopper marked this pull request as ready for review August 5, 2026 11:47
@tdhopper
tdhopper merged commit dcd19b7 into master Aug 5, 2026
2 checks passed
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