Skip to content

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

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-173-20260419-2033
Open

fix: set npm open-pull-requests-limit to 0 for security-only policy#211
don-petry wants to merge 2 commits intomainfrom
claude/issue-173-20260419-2033

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

  • Sets open-pull-requests-limit for the npm ecosystem from 10 to 0 in .github/dependabot.yml
  • Per dependabot policy, application ecosystems should use 0 to suppress routine version-update PRs while still allowing security-alert-triggered PRs (which bypass the limit)
  • The github-actions ecosystem correctly retains 10

Closes #173

Generated with Claude Code

Closes #173

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 19, 2026 20:34
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 16 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 46 minutes and 16 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: be6cdb29-18e5-42e7-a6d5-8702f4a03a68

📥 Commits

Reviewing files that changed from the base of the PR and between 32e618b and 9887332.

📒 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-20260419-2033

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 — PR is ready for review. Single-line config change: npm open-pull-requests-limit set from 100 in .github/dependabot.yml, bringing the repo into compliance with the dependabot security-only policy.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Dependabot configuration to comply with the organization’s “security-only” policy for application ecosystems by preventing routine npm version-update PRs while still allowing security-alert PRs.

Changes:

  • Set open-pull-requests-limit: 0 for the npm ecosystem in .github/dependabot.yml.
  • Kept the github-actions ecosystem limit at 10 as-is.

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