Skip to content

chore(dependabot): cap open pull requests per update block - #56

Merged
hyperpolymath merged 2 commits into
mainfrom
chore/dependabot-pr-caps-2026-09-08
Sep 13, 2026
Merged

hyperpolymath merged 2 commits into
mainfrom
chore/dependabot-pr-caps-2026-09-08

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

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.

Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk

Summary

Changes

RSR Quality Checklist

Required

  • Tests pass (just test or equivalent)
  • Code is formatted (just fmt or equivalent)
  • Linter is clean (no new warnings or errors)
  • No banned language patterns (no TypeScript, no npm/bun, no Go/Python)
  • No unsafe blocks without // SAFETY: comments
  • No banned functions (believe_me, unsafeCoerce, Obj.magic, Admitted, sorry)
  • SPDX license headers present on all new/modified source files
  • No secrets, credentials, or .env files included

As Applicable

  • .machine_readable/STATE.a2ml updated (if project state changed)
  • .machine_readable/ECOSYSTEM.a2ml updated (if integrations changed)
  • .machine_readable/META.a2ml updated (if architectural decisions changed)
  • Documentation updated for user-facing changes
  • TOPOLOGY.md updated (if architecture changed)
  • CHANGELOG or release notes updated
  • New dependencies reviewed for license compatibility (PMPL-1.0-or-later / MPL-2.0)
  • ABI/FFI changes validated (src/interface/abi/ and src/interface/ffi/ consistent)

Testing

Screenshots

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 12, 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: ed568387-1858-43c8-aef7-81b61f3fddc4

📥 Commits

Reviewing files that changed from the base of the PR and between 06f181a and f61d584.

📒 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. (2)
  • GitHub Check: analyze (actions, none)
  • GitHub Check: Hypatia Neurosymbolic Analysis
⚠️ CI failures not shown inline (2)

GitHub Actions: Governance / 1_governance _ Check Workflow Staleness.txt: chore(dependabot): cap open pull requests per update block

Conclusion: failure

View job details

##[group]Run bash "$HOME/standards/scripts/check-workflow-staleness.sh" .
 �[36;1mbash "$HOME/standards/scripts/check-workflow-staleness.sh" .�[0m
 shell: /usr/bin/bash -e {0}
 ##[endgroup]
 Staleness Check against Standards SHA: 42599e7dfd21a23dc24f18dc650066cd69a6a9cd
 Recency window: <= 50 commits behind HEAD OR <= 14 days old.
 ##[error]governance-reusable.yml pin 5a93d9d57cc0 predates e9c8888769a7 and carries the frozen-Hypatia-scanner-cache defect (`#441`): the first scanner build ever cached is restored forever, so scanner fixes never take effect and the scan reports a FALSE GREEN. Refresh this pin — waiting will not fix it (scripts/propagate-workflow-pins.sh).

GitHub Actions: Governance / governance _ Check Workflow Staleness: chore(dependabot): cap open pull requests per update block

Conclusion: failure

View job details

##[group]Run bash "$HOME/standards/scripts/check-workflow-staleness.sh" .
 �[36;1mbash "$HOME/standards/scripts/check-workflow-staleness.sh" .�[0m
 shell: /usr/bin/bash -e {0}
 ##[endgroup]
 Staleness Check against Standards SHA: 42599e7dfd21a23dc24f18dc650066cd69a6a9cd
 Recency window: <= 50 commits behind HEAD OR <= 14 days old.
 ##[error]governance-reusable.yml pin 5a93d9d57cc0 predates e9c8888769a7 and carries the frozen-Hypatia-scanner-cache defect (`#441`): the first scanner build ever cached is restored forever, so scanner fixes never take effect and the scan reports a FALSE GREEN. Refresh this pin — waiting will not fix it (scripts/propagate-workflow-pins.sh).
🔇 Additional comments (1)
.github/dependabot.yml (1)

16-16: LGTM!

Also applies to: 26-26, 33-33, 40-40, 47-47


📝 Summary

Summary by CodeRabbit

  • Chores
    • Configured Dependabot pull-request limits for GitHub Actions, Mix, npm, and pip.
    • Disabled automated Cargo dependency pull requests.

Walkthrough

The Dependabot configuration now limits open pull requests by ecosystem. GitHub Actions allows 2, Cargo allows 0, and Mix, npm, and pip each allow 3.

Changes

Dependabot update limits

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

Priority: ⬇️ Low

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

Change: Other

Merge Risk: ⚪ Minimal · up to 78550

The Dependabot limits are correctly scoped to their ecosystems and do not introduce a material merge risk.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the intended change, but the required template remains largely incomplete. The Summary and Changes sections contain placeholders, the Testing section is empty, and the checkli… Complete the Summary and Changes sections with the PR purpose and exact modifications. Document the testing performed, complete the applicable quality checklist items, and add screenshots or terminal output if applicable.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: limiting open Dependabot pull requests per update block.
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.
Full details: Description check

Explanation

The description explains the intended change, but the required template remains largely incomplete. The Summary and Changes sections contain placeholders, the Testing section is empty, and the checklist is not completed.

✨ Finishing Touches
🛠️ Fix failing CI checks
  • Create stacked PR
  • Commit on current branch

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 allowed through
Cargo waits with none to spare
Three small bundles rest elsewhere
The burrow stays tidy and fair

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

@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 57 issues detected

Severity Count
🔴 Critical 6
🟠 High 38
🟡 Medium 13

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in label-triage.yml",
    "type": "missing_timeout_minutes",
    "file": "label-triage.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in labels.yml",
    "type": "missing_timeout_minutes",
    "file": "labels.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/push-email-notify.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/push-email-notify.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/mirror.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/mirror.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/hypatia-scan.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/hypatia-scan.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/label-triage.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/label-triage.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/labels.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/labels.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "line": null,
    "reason": "workflow .github/workflows/secret-scanner.yml references `secrets.*` but does not install `step-security/harden-runner` — no outbound-egress telemetry",
    "type": "RE001",
    "file": ".github/workflows/secret-scanner.yml",
    "action": "report",
    "rule_module": "research_extensions",
    "severity": "warn"
  },
  {
    "reason": "Code scanning (Hypatia): hypatia/structural_drift/SD024 -- Hypatia structural_drift: SD024 -- 0 day(s) old",
    "type": "CSA001",
    "file": "Justfile",
    "action": "update",
    "rule_module": "code_scanning_alerts",
    "severity": "high"
  },
  {
    "reason": "Code scanning (Hypatia): hypatia/structural_drift/SD024 -- Hypatia structural_drift: SD024 -- 0 day(s) old",
    "type": "CSA001",
    "file": "Justfile",
    "action": "update",
    "rule_module": "code_scanning_alerts",
    "severity": "high"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

⚠️ Coding task failed

The task could not be completed. Open the task for details or retry.

@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

ℹ️ Nothing to fix from this PR. All 1 failing check(s) are already failing on main, so they aren't caused by your changes.

⏭️ 1 check(s) skipped — already failing on `main` (not caused by this PR)
  • GitHub Actions: Governance / 1_governance _ Check Workflow Staleness.txt

These need to be addressed on main (or by whoever owns them), not in this PR.

@hyperpolymath
hyperpolymath enabled auto-merge (squash) September 13, 2026 22:27
@hyperpolymath
hyperpolymath merged commit 0338ec8 into main Sep 13, 2026
6 of 8 checks passed
@hyperpolymath
hyperpolymath deleted the chore/dependabot-pr-caps-2026-09-08 branch September 13, 2026 22:27
@sonarqubecloud

Copy link
Copy Markdown

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