Skip to content

chore(dependabot): cap open pull requests per ecosystem - #75

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/dependabot-pr-caps-2026-09-08
Sep 9, 2026
Merged

chore(dependabot): cap open pull requests per ecosystem#75
hyperpolymath merged 1 commit into
mainfrom
chore/dependabot-pr-caps-2026-09-08

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Adds open-pull-requests-limit to the Dependabot blocks in this repository
that did not have one.

Why. Without an explicit limit, Dependabot defaults to 5 open PRs per
ecosystem. Across the estate that produced a large, permanently-refreshing
backlog that costs more to triage than the updates are worth. An estate-wide
audit found 3,024 uncapped blocks across 1,429 config files.

The cap applied here follows the per-ecosystem doctrine already recorded in
rsr-template-repo, not a single flat number: github-actions 2, cargo 0,
mix/npm/pip 3.

How this commit was built. The change was made with git plumbing against
origin/<default branch>, not by staging a working tree. The branch therefore
contains exactly one commit touching exactly one file, and carries none of the
unrelated local state present in this checkout. A per-repository assertion
required git diff --name-only <base> <commit> to equal the expected path set
exactly, or the branch was never created.

Repositories whose HEAD already differed from the base on this file were
skipped, not overwritten, so no unpushed local work is discarded or
silently folded into this PR.

This PR is opened as a draft on purpose. It is part of a bulk campaign and
is not requesting a merge. Review and merge at your discretion.

🤖 Generated with Claude Code

https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk

Adds `open-pull-requests-limit` to Dependabot update blocks that had no
cap, following the estate per-ecosystem cap doctrine (task #37).
No other line in the file is touched.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 42df20be-ebbd-4361-b2d3-5ba736350922

📥 Commits

Reviewing files that changed from the base of the PR and between 48ef78e and 2c44cb4.

📒 Files selected for processing (1)
  • .github/dependabot.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (24)
  • GitHub Check: governance / Language / package anti-pattern policy
  • GitHub Check: governance / Check Workflow Staleness
  • GitHub Check: governance / Trusted-base reduction policy
  • GitHub Check: governance / Licence consistency
  • GitHub Check: governance / Workflow security linter
  • GitHub Check: governance / Security policy checks
  • GitHub Check: governance / Code quality + docs
  • GitHub Check: governance / Guix primary / Nix fallback policy
  • GitHub Check: scan / shell-secrets
  • GitHub Check: governance / Well-Known (RFC 9116 + RSR)
  • GitHub Check: scan / gitleaks
  • GitHub Check: scan / rust-secrets
  • GitHub Check: scan / Hypatia Neurosymbolic Analysis
  • GitHub Check: rust-ci / Detect Cargo.toml
  • GitHub Check: analyze (actions, none)
  • GitHub Check: Validate K9 contracts
  • GitHub Check: Groove manifest check
  • GitHub Check: Validate eclexiaiser manifest
  • GitHub Check: Validate A2ML manifests
  • GitHub Check: Patch Bridge CVE triage
  • GitHub Check: Empty-linter (invisible characters)
  • GitHub Check: panic-attack assail
  • GitHub Check: openssf-compliance
  • GitHub Check: Hypatia neurosymbolic scan
🔇 Additional comments (1)
.github/dependabot.yml (1)

16-16: LGTM!

Also applies to: 35-35, 42-42, 49-49


📝 Summary

Summary by CodeRabbit

  • Chores
    • Limited the number of automatically generated dependency update pull requests across GitHub Actions, npm, pip, and mix ecosystems.

Walkthrough

The Dependabot configuration now limits open pull requests to 2 for GitHub Actions and 3 for mix, npm, and pip.

Changes

Dependabot pull request limits

Layer / File(s) Summary
Configure ecosystem limits
.github/dependabot.yml
The configuration limits open pull requests to 2 for GitHub Actions and 3 for mix, npm, and pip.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 2c44c

This change caps concurrent Dependabot update pull requests for the configured ecosystems without changing auto-merge authorization behavior. The configuration update is ready to merge.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description clearly explains the Dependabot limit changes, rationale, policy, scope, and draft status. However, it does not follow the repository template because it omits the required Summary, Ch… Rewrite the description using the repository template. Add the required headings, list the key changes, complete the RSR Quality Checklist, and describe the testing performed. State that screenshots or terminal output are not applicable if …
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title is concise, specific, and accurately describes the main change: applying caps to Dependabot pull requests per ecosystem.
Full details: Description check

Explanation

The description clearly explains the Dependabot limit changes, rationale, policy, scope, and draft status. However, it does not follow the repository template because it omits the required Summary, Changes, RSR Quality Checklist, Testing, and Screenshots sections, including test results and checklist selections.

Resolution

Rewrite the description using the repository template. Add the required headings, list the key changes, complete the RSR Quality Checklist, and describe the testing performed. State that screenshots or terminal output are not applicable if none are available.

  • Fix all pre-merge checks with AI

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the update queue
Two action hops are queued
Three mix, npm, and pip
Keep each prompt and shipshape
The burrow stays in view

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

sonarqubecloud Bot commented Sep 8, 2026

Copy link
Copy Markdown

@hyperpolymath
hyperpolymath marked this pull request as ready for review September 9, 2026 00:09
@hyperpolymath
hyperpolymath merged commit 1525c29 into main Sep 9, 2026
36 of 37 checks passed
@hyperpolymath
hyperpolymath deleted the chore/dependabot-pr-caps-2026-09-08 branch September 9, 2026 00:11
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