chore(dependabot): raise semver-patch cooldown to 5 days [skip ci] - #21
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).
📝 WalkthroughSummaryUpdates Risk
Security-sensitive areasDependabot update timing changed. Security updates are excluded from the cooldown and are not delayed. Test coverage impactNo runtime or test-code changes. Configuration validation is sufficient. Operational concernsThe change affects dependency update timing only. No migration or deployment changes are required. Rollback by restoring the cooldown values from 5 days to 1 day. WalkthroughDependabot patch-update cooldowns increase from 1 day to 5 days for NuGet, Docker, and GitHub Actions dependencies. ChangesDependency cooldown policy
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).