Skip to content

Commit 00c88f0

Browse files
authored
chore: Set Dependabot cooldown default to 1 day (#78)
1 parent 373b94f commit 00c88f0

5 files changed

Lines changed: 462 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
interval: "daily"
1212
time: "04:30"
1313
timezone: "Asia/Shanghai"
14+
cooldown:
15+
default-days: 1
1416
groups:
1517
halo:
1618
patterns:
@@ -61,6 +63,8 @@ updates:
6163
interval: "daily"
6264
time: "04:30"
6365
timezone: "Asia/Shanghai"
66+
cooldown:
67+
default-days: 1
6468
groups:
6569
buildsrc-libraries:
6670
patterns:
@@ -74,6 +78,8 @@ updates:
7478
interval: "daily"
7579
time: "04:30"
7680
timezone: "Asia/Shanghai"
81+
cooldown:
82+
default-days: 1
7783
groups:
7884
production-dependencies:
7985
dependency-type: "production"
@@ -91,6 +97,8 @@ updates:
9197
interval: "daily"
9298
time: "04:30"
9399
timezone: "Asia/Shanghai"
100+
cooldown:
101+
default-days: 1
94102
groups:
95103
production-dependencies:
96104
dependency-type: "production"
@@ -108,6 +116,8 @@ updates:
108116
interval: "daily"
109117
time: "04:30"
110118
timezone: "Asia/Shanghai"
119+
cooldown:
120+
default-days: 1
111121
groups:
112122
github-actions:
113123
patterns:

0 commit comments

Comments
 (0)