Skip to content

Commit 2f6e23e

Browse files
committed
[INTERNAL] Enable two-day cooldown for dependabot
1 parent a2f00ac commit 2f6e23e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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: "weekly"
7+
cooldown:
8+
default-days: 2
79
- package-ecosystem: npm
810
directory: "/"
911
schedule:
@@ -17,3 +19,5 @@ updates:
1719
commit-message:
1820
prefix: "[DEPENDENCY] "
1921
prefix-development: "[INTERNAL] "
22+
cooldown:
23+
default-days: 2

0 commit comments

Comments
 (0)