Skip to content

Commit b6b84b7

Browse files
chore: add 7-day dependabot cooldown
1 parent 4414b7f commit b6b84b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
cooldown:
8+
default-days: 7
79
ignore:
810
- dependency-name: "@types/node"
911
versions:
@@ -12,3 +14,5 @@ updates:
1214
directory: "/"
1315
schedule:
1416
interval: "monthly"
17+
cooldown:
18+
default-days: 7

0 commit comments

Comments
 (0)