chore(dependabot): raise semver-patch cooldown to 5 days [skip ci] - #9
Conversation
Patch is the only update class that auto-merges with no human involved, yet carried the shortest cooldown (1 day, a third of GitHub's 3-day default). Soak time should scale with how little scrutiny a bump receives, not with how breaking semver claims it is. Costs nothing in security terms: cooldown never applies to Dependabot security updates, which still fire immediately. Propagated from simplify9/.github (dependabot-templates).
📝 WalkthroughSummary
Risk: Security-sensitive areas: Dependabot update timing changed. Security update behavior did not change. Test coverage impact: No runtime or test code changed. Configuration review is sufficient. Operational concerns: Patch updates may arrive up to four days later. Rollback requires reverting the cooldown values in WalkthroughThe Dependabot configuration changes the patch update cooldown from one day to five days for NuGet and GitHub Actions. ChangesDependabot cooldown configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
chore(dependabot): raise semver-patch cooldown to 5 days
Patch is the only update class that auto-merges with no human
involved, yet carried the shortest cooldown (1 day, a third of
GitHub's 3-day default). Soak time should scale with how little
scrutiny a bump receives, not with how breaking semver claims it is.
Costs nothing in security terms: cooldown never applies to Dependabot
security updates, which still fire immediately.
Propagated from simplify9/.github (dependabot-templates).