ci: group dependabot updates so the pr limit stops blocking it - #21
Open
refsz wants to merge 2 commits into
Open
ci: group dependabot updates so the pr limit stops blocking it#21refsz wants to merge 2 commits into
refsz wants to merge 2 commits into
Conversation
Minor and patch updates now arrive as one PR per group - dev-tools and runtime for composer, all actions for github-actions - instead of one PR per package. The default limit of five open PRs per ecosystem was reached with ten stale single-package PRs, which stopped dependabot from proposing anything new. Major updates still come in individually so they get reviewed on their own. commit-message prefixes make dependabot commits match the [TYPE] subjects used in this repository. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018CTvnzcNYmFgm2HQcm821A
The [BUILD]/[CI] prefixes followed a team convention that does not belong in this repository - the merges on main are plain descriptive titles, and dependabot's default "Bump x from y to z" already matches that style. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018CTvnzcNYmFgm2HQcm821A
refsz
force-pushed
the
chore/dependabot-config
branch
from
August 19, 2026 15:54
8802ef2 to
f58b81e
Compare
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.
Ten stale single-package PRs (#4–#19) filled the default limit of five open PRs per ecosystem, so dependabot kept running weekly but could no longer open anything. All ten proposed versions were already on
main— some behind it — so they were closed rather than merged. The effect of the freed quota was immediate: #23, #24 and #25 arrived the same week, still as individual PRs because this config was not merged yet.What this changes:
dev-toolsandruntimefor composer, all actions in one PR for github-actions. Five separate PRs for five dev-tool patch bumps is what filled the quota in the first place.open-pull-requests-limit(10 for composer, 5 for actions) instead of relying on the default.Commit titles keep dependabot's default (
Bump x from y to z) — that matches the plain descriptive style of the merges onmain. An earlier revision of this PR added[BUILD]/[CI]prefixes from a team convention that does not apply to this repository; that is reverted.No workflow or dependency is touched; the config takes effect on the next dependabot run.
🤖 Generated with Claude Code
https://claude.ai/code/session_018CTvnzcNYmFgm2HQcm821A