Skip to content

ci: add dependabot cooldown (1 day minimum) - #405

Merged
HardlyDifficult merged 1 commit into
mainfrom
cursor/dependabot-cooldown-f648
Aug 12, 2026
Merged

HardlyDifficult merged 1 commit into
mainfrom
cursor/dependabot-cooldown-f648

Conversation

@HardlyDifficult

@HardlyDifficult HardlyDifficult commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

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: 1 to the github-actions Dependabot entry so action update PRs are spaced at least one day apart.

The existing npm ecosystem default-days: 7 cooldown is unchanged.

Reviewed by Cursor Bugbot for commit e83922f. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-authored-by: hardlydiff <hardlydiff@gmail.com>
@claude

claude Bot commented Aug 12, 2026

Copy link
Copy Markdown

Claude encountered an error —— View job


I'll analyze this and get back to you.

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 77e477b1-ef6a-41b2-9208-b9ec682e5609

📥 Commits

Reviewing files that changed from the base of the PR and between b8255d5 and e83922f.

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

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

@cursor cursor Bot 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread .github/dependabot.yml
commit-message:
prefix: 'ci'
cooldown:
default-days: 1

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.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e83922f. Configure here.

@HardlyDifficult
HardlyDifficult merged commit 9ffe252 into main Aug 12, 2026
13 checks passed
@HardlyDifficult
HardlyDifficult deleted the cursor/dependabot-cooldown-f648 branch August 12, 2026 15:58
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