Add Dependabot cooldown and daily schedule#18
Conversation
Match the github-actions update config used by GeoIP2-ruby: open update PRs daily at 14:00 and hold new versions for 7 days via the cooldown setting before opening a PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 36 minutes and 42 seconds. Learn how PR review limits work. To continue reviewing without waiting, enable usage-based billing in the billing tab. ⌛ How to resolve this issue?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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the Dependabot configuration in .github/dependabot.yml to run daily at 14:00 and introduces a cooldown configuration. The review feedback correctly points out that cooldown is not a valid configuration option for Dependabot v2 and will cause schema validation to fail, so it should be removed.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| schedule: | ||
| interval: weekly | ||
| interval: daily | ||
| time: '14:00' | ||
| cooldown: | ||
| default-days: 7 |
There was a problem hiding this comment.
ffeefd8 to
3dd0484
Compare
Updates the
github-actionsDependabot config to align with the schedule used across our other repos (e.g. GeoIP2-ruby):weeklytodailyat14:00.cooldownbefore update PRs are opened.🤖 Generated with Claude Code