Skip to content

Commit 868f890

Browse files
authored
[dependabot.yml] Enable 7-day cooldown
1 parent 8a2183a commit 868f890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
- "/eng/tools/**"
88
schedule:
99
interval: "daily"
10+
cooldown:
11+
default-days: 7
1012
ignore:
1113
# Updated manually to align with minimum supported Node version
1214
- dependency-name: "@types/node"

0 commit comments

Comments
 (0)