Skip to content

Commit a672c32

Browse files
committed
chore: add dependabot cooldown configs
1 parent b13af0e commit a672c32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: docker
4+
cooldown:
5+
default-days: 4
46
directories:
57
- "/"
68
- "/docker"
@@ -13,6 +15,10 @@ updates:
1315

1416
- package-ecosystem: pip
1517
directory: "/"
18+
cooldown:
19+
default-days: 4
20+
exclude:
21+
- ccxt
1622
schedule:
1723
interval: weekly
1824
time: "03:00"
@@ -36,6 +42,8 @@ updates:
3642

3743
- package-ecosystem: "github-actions"
3844
directory: "/"
45+
cooldown:
46+
default-days: 4
3947
schedule:
4048
interval: "weekly"
4149
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)