chore(dependabot): pause version-update PRs until the Sept allowance reset - #47
chore(dependabot): pause version-update PRs until the Sept allowance reset#47charlieijk wants to merge 3 commits into
Conversation
…reset [skip ci] Every Dependabot PR rebase fires ci.yml on billable minutes; with 165 open PRs fleet-wide and ~$8 of August budget left, version updates are paused by setting open-pull-requests-limit: 0. Existing PRs stay open for later triage; security updates are unaffected.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Dependabot configuration sets ChangesDependabot configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized configuration change pauses Dependabot version-update PRs without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
Strata's protected main requires the verify status check, so this branch needs one commit without the skip-ci marker for the check to report.
Strata's protected main requires the verify status check, so this branch needs one commit without the skip-ci marker for the check to report.
Dependabot itself runs on free runners, but every PR it opens or rebases fires
ci.ymlon billable Linux minutes. With 165 Dependabot PRs open across the fleet and ~$8 of Actions budget left until the Sept 1 allowance reset, each merge to main triggers a rebase storm that burns real money on dependency bumps.This sets
open-pull-requests-limit: 0on every update entry: no new version-update PRs and no rebases of the existing ones. The open PRs stay open, untouched, to triage later. Security updates are unaffected (they are controlled by repo settings, not this file). Committed with[skip ci]so this PR itself costs no minutes.Revert by restoring the previous limits when the September allowance lands.
Summary by CodeRabbit