Skip to content

Commit 9119d69

Browse files
committed
Add cooldown configuration in dependabot.yml
1 parent 7d00ed5 commit 9119d69

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@ updates:
1313
- "/infra/dataform-service"
1414
schedule:
1515
interval: "weekly"
16+
cooldown:
17+
default-days: 2
1618

1719
- package-ecosystem: "terraform"
1820
directories:
1921
- "/infra/tf/"
2022
schedule:
2123
interval: "weekly"
24+
cooldown:
25+
default-days: 2
2226

2327
- package-ecosystem: "github-actions"
2428
directory: "/"
2529
schedule:
2630
interval: "weekly"
31+
cooldown:
32+
default-days: 2

0 commit comments

Comments
 (0)