ci: add dependabot cooldown (1 day minimum) - #405
Conversation
Co-authored-by: hardlydiff <hardlydiff@gmail.com>
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 15 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
Comment |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e83922f. Configure here.
| commit-message: | ||
| prefix: 'ci' | ||
| cooldown: | ||
| default-days: 1 |
There was a problem hiding this comment.
Cooldown weakens platform default
Medium Severity
Setting cooldown.default-days: 1 on github-actions overrides Dependabot’s current platform default of 3 days, shortening the wait before version-update PRs. Ecosystems without an explicit cooldown already get that 3-day delay, so this change reduces the supply-chain buffer rather than adding one.
Reviewed by Cursor Bugbot for commit e83922f. Configure here.


Adds a 1-day Dependabot cooldown (
cooldown.default-days: 1) on ecosystems that were missing it.Existing 7-day npm/bun cooldowns are preserved unchanged.
Note
Low Risk
CI/Dependabot configuration only; no application runtime or security logic changes.
Overview
Adds
cooldown.default-days: 1to the github-actions Dependabot entry so action update PRs are spaced at least one day apart.The existing npm ecosystem
default-days: 7cooldown is unchanged.Reviewed by Cursor Bugbot for commit e83922f. Bugbot is set up for automated code reviews on this repo. Configure here.