Enable scheduled Dependabot auto-merge - #296
Conversation
AI code reviewThanks for aligning this repo with the org-wide Dependabot approach. This is a tight, least-privilege workflow that should reduce noise and keep dependencies current with minimal human intervention. ✅ Strengths
|
|
Coverage: Base 33.21% → PR 33.21% (must not decrease). |
|
Thanks, but this is a false positive — nothing to change here. Hyphenated inputs work fine with dot notation in Actions expressions ( (The concurrency suggestion is already handled inside the reusable workflow.) |
Add the scheduled auto-merge caller that merges eligible Dependabot PRs (not draft, mergeable, all checks green, patch/minor) via the shared reusable in newfold-labs/workflows. Majors stay individual for a human to review.
47034e4 to
4b8c879
Compare
Adds the scheduled Dependabot auto-merge caller (mirrors wp-module-mcp), pointing at the shared reusable in
newfold-labs/workflows@main.A twice-daily sweep merges eligible Dependabot PRs (not draft, mergeable, all checks green, patch/minor) using the repo's own
GITHUB_TOKEN— no secrets. Majors stay individual for a human.Updates are intentionally left ungrouped: with auto-merge handling the volume, keeping each update as its own PR means a CI failure is isolated to the exact dependency (and the rest still auto-merge) instead of a grouped batch you'd have to bisect.
Part of PRESS0-4266.