Skip to content

Commit 9262529

Browse files
authored
chore(dependabot): raise semver-patch cooldown to 5 days (#55)
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).
1 parent c8cd245 commit 9262529

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
timezone: "Asia/Amman"
1414
cooldown:
1515
default-days: 3
16-
semver-patch-days: 1
16+
semver-patch-days: 5
1717
semver-minor-days: 3
1818
semver-major-days: 7
1919
open-pull-requests-limit: 10
@@ -36,7 +36,7 @@ updates:
3636
timezone: "Asia/Amman"
3737
cooldown:
3838
default-days: 3
39-
semver-patch-days: 1
39+
semver-patch-days: 5
4040
semver-minor-days: 3
4141
semver-major-days: 7
4242
open-pull-requests-limit: 5
@@ -54,7 +54,7 @@ updates:
5454
timezone: "Asia/Amman"
5555
cooldown:
5656
default-days: 3
57-
semver-patch-days: 1
57+
semver-patch-days: 5
5858
semver-minor-days: 3
5959
semver-major-days: 7
6060
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)