Skip to content

fix: set npm open-pull-requests-limit to 0 for security-only policy#196

Closed
don-petry wants to merge 3 commits into
mainfrom
claude/issue-173-20260418-1846
Closed

fix: set npm open-pull-requests-limit to 0 for security-only policy#196
don-petry wants to merge 3 commits into
mainfrom
claude/issue-173-20260418-1846

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Summary

  • Sets open-pull-requests-limit: 0 for the npm ecosystem in .github/dependabot.yml
  • Per dependabot policy, application ecosystems must suppress routine version-update PRs; Dependabot security updates bypass this limit so security PRs still get created
  • The github-actions ecosystem correctly retains open-pull-requests-limit: 10

Change

.github/dependabot.yml — npm ecosystem open-pull-requests-limit changed from 100

Closes #173

Generated with Claude Code

Per dependabot policy, application ecosystems (npm) should suppress
routine version-update PRs by setting open-pull-requests-limit to 0.
Dependabot security updates bypass this limit, so security PRs still
get created. The github-actions ecosystem correctly retains limit 10.

Closes #173

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 18, 2026 18:47
@coderabbitai

coderabbitai Bot commented Apr 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 1 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 1 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 81f7a61c-06a6-450c-923e-1b966a10d012

📥 Commits

Reviewing files that changed from the base of the PR and between 56ee75a and c6a1f4c.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-173-20260418-1846

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

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

@don-petry

Copy link
Copy Markdown
Collaborator Author

@don-petry This PR is ready for review and merge. It fixes the compliance finding by setting the npm ecosystem open-pull-requests-limit to 0 per the security-only policy. CI should be green as this is a config-only change.

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates Dependabot configuration to suppress routine npm version-update PRs while still allowing security update PRs per the linked policy.

Changes:

  • Set open-pull-requests-limit: 0 for the npm ecosystem in .github/dependabot.yml.

@don-petry

Copy link
Copy Markdown
Collaborator Author

Closing as duplicate of #211 — same fix for issue #192. The newest attempt is kept open.

@don-petry don-petry closed this May 3, 2026
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.

Compliance: wrong-limit-npm

2 participants