Run Dependabot daily instead of weekly - #198
Merged
Merged
Conversation
Weekly-deployment is already gone; version updates now check every weekday so patches land continuously instead of waiting for Monday. Co-authored-by: kapersoft <kapersoft@gmail.com>
kapersoft
marked this pull request as ready for review
August 25, 2026 05:29
Lock in weekday version updates and the absence of weekly-deployment.yml so the cadence cannot regress to Monday-only. Co-authored-by: kapersoft <kapersoft@gmail.com>
kapersoft
enabled auto-merge (squash)
August 25, 2026 05:33
kapersoft
disabled auto-merge
August 25, 2026 05:35
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.
Summary
weekly-deployment.ymlwas already removed frommain(Monday Ploi deploy at 05:00). This PR does not reintroduce it.Europe/Amsterdamcheck times are kept (02:00 for Actions, 03:00 for Composer).schedule.dayis dropped because it only applies to weekly intervals.weekly-deployment.ymlstays gone.Dependabot security updates were already event-driven; this change is for version updates so patch/minor PRs (which
dependabot-auto-mergestill squash-merges) land throughout the week instead of in a Monday batch.Test plan
.github/workflows/weekly-deployment.ymlis absent onmainand this branch.github/dependabot.ymlas valid YAML withinterval: dailyand nodayphp artisan test --compact --filter=dependabot(and weekly-deployment absence)