Skip to content

Commit 0f05409

Browse files
chore: enforce cooldown period (#21079)
Closes: coder/internal#1170 Changes in scope: - [enforce cooldown period](829792e) - [remove obsolete reviewers entry](4875992) Reference: https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/
1 parent 2f82928 commit 0f05409

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: "weekly"
77
time: "06:00"
88
timezone: "America/Chicago"
9+
cooldown:
10+
default-days: 7
911
labels: []
1012
commit-message:
1113
prefix: "ci"
@@ -68,8 +70,8 @@ updates:
6870
interval: "monthly"
6971
time: "06:00"
7072
timezone: "America/Chicago"
71-
reviewers:
72-
- "coder/ts"
73+
cooldown:
74+
default-days: 7
7375
commit-message:
7476
prefix: "chore"
7577
labels: []

0 commit comments

Comments
 (0)