Skip to content

Commit eb7b6d7

Browse files
committed
Add dependabot cooldown
1 parent 97771f4 commit eb7b6d7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,33 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9+
cooldown:
10+
default-days: 7
911

1012
- package-ecosystem: "github-actions"
1113
directory: "/"
1214
schedule:
1315
interval: "daily"
16+
cooldown:
17+
default-days: 7
1418

1519
- package-ecosystem: "npm"
1620
directory: "/"
1721
schedule:
1822
interval: "daily"
23+
cooldown:
24+
default-days: 7
1925

2026
- package-ecosystem: "pip"
2127
directory: "/"
2228
schedule:
2329
interval: "daily"
30+
cooldown:
31+
default-days: 7
2432

2533
- package-ecosystem: "terraform"
2634
directory: "/"
2735
schedule:
2836
interval: "daily"
37+
cooldown:
38+
default-days: 7

0 commit comments

Comments
 (0)