Skip to content

Commit 8a4c153

Browse files
committed
Update cooldown days to 7 for all package ecosystems in dependabot.yml
1 parent 9119d69 commit 8a4c153

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ updates:
1414
schedule:
1515
interval: "weekly"
1616
cooldown:
17-
default-days: 2
17+
default-days: 7
1818

1919
- package-ecosystem: "terraform"
2020
directories:
2121
- "/infra/tf/"
2222
schedule:
2323
interval: "weekly"
2424
cooldown:
25-
default-days: 2
25+
default-days: 7
2626

2727
- package-ecosystem: "github-actions"
2828
directory: "/"
2929
schedule:
3030
interval: "weekly"
3131
cooldown:
32-
default-days: 2
32+
default-days: 7

0 commit comments

Comments
 (0)