Skip to content

ci: add ignore rule for playground/** dependabot updates#115

Merged
9romise merged 3 commits intonpmx-dev:mainfrom
RYGRIT:ci/dependabot-ignore
Apr 17, 2026
Merged

ci: add ignore rule for playground/** dependabot updates#115
9romise merged 3 commits intonpmx-dev:mainfrom
RYGRIT:ci/dependabot-ignore

Conversation

@RYGRIT
Copy link
Copy Markdown
Collaborator

@RYGRIT RYGRIT commented Apr 17, 2026

Follow-up to #108.

After #108, Dependabot was still opening security update PRs for playground/yarn.

exclude-paths only prevents version updates. It does not block security updates, so playground/yarn still needed a dedicated ignore rule.

This change adds that ignore configuration so updates under playground/yarn no longer create Dependabot PRs.

@RYGRIT RYGRIT marked this pull request as ready for review April 17, 2026 06:57
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@RYGRIT has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes and 24 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 53 minutes and 24 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e746d862-26b3-46f3-829e-45f52c2c8a84

📥 Commits

Reviewing files that changed from the base of the PR and between f041222 and 6823a6d.

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

Walkthrough

The PR modifies the Dependabot configuration file to clarify and strengthen dependency management for the playground directory. It updates the comment for the root npm ecosystem to explicitly state that exclude-paths blocks only version updates, not security updates. Additionally, it introduces a new Dependabot updates entry for npm targeting playground/** with a weekly schedule and an ignore rule that prevents all dependencies in that directory from being updated, including security updates.

Possibly related PRs

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description clearly relates to the changeset, explaining the rationale for adding an ignore rule to prevent Dependabot from opening security update PRs for playground/**.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.github/dependabot.yml (1)

22-25: Optional: consider interval: monthly for the ignore-only block.

Since every dependency here is ignored, the weekly schedule only drives background checks that can never produce PRs. Dropping it to monthly reduces wasted Dependabot runs without changing behaviour.

♻️ Proposed tweak
     schedule:
-      interval: weekly
+      interval: monthly
     ignore:
       - dependency-name: "*"

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 60f976a4-b409-4f87-8ce8-e34163e9168f

📥 Commits

Reviewing files that changed from the base of the PR and between 2c59477 and f041222.

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

@9romise 9romise added this pull request to the merge queue Apr 17, 2026
Merged via the queue into npmx-dev:main with commit a6ce883 Apr 17, 2026
8 checks passed
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.

2 participants