Skip to content

Commit 0a43f61

Browse files
authored
chore: add cooldown settings to dependabot config (#3508)
1 parent 456dcc0 commit 0a43f61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
open-pull-requests-limit: 10
77
schedule:
88
interval: daily
9+
cooldown:
10+
default-days: 4
911
labels:
1012
- area/dependencies
1113
- dependency/go
@@ -57,6 +59,8 @@ updates:
5759
interval: weekly
5860
day: monday
5961
time: "05:00"
62+
cooldown:
63+
default-days: 4
6064
labels:
6165
- area/dependencies
6266
- dependency/github_actions
@@ -68,6 +72,8 @@ updates:
6872
interval: weekly
6973
day: monday
7074
time: "05:00"
75+
cooldown:
76+
default-days: 4
7177
labels:
7278
- area/dependencies
7379
- dependency/docker
@@ -77,6 +83,8 @@ updates:
7783
directory: "/api/client/javascript"
7884
schedule:
7985
interval: weekly
86+
cooldown:
87+
default-days: 4
8088
labels:
8189
- area/dependencies
8290
- dependency/javascript
@@ -94,6 +102,8 @@ updates:
94102
directory: "/api/client/python"
95103
schedule:
96104
interval: weekly
105+
cooldown:
106+
default-days: 4
97107
labels:
98108
- area/dependencies
99109
- dependency/python

0 commit comments

Comments
 (0)