Skip to content

Commit c091d5a

Browse files
authored
Dependabot: cooldown default days 0 -> 7 (#1822)
1 parent 9a79a79 commit c091d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: "daily"
77
cooldown:
8-
default-days: 0
8+
default-days: 7
99
open-pull-requests-limit: 99
1010
allow:
1111
- dependency-type: "direct"
@@ -18,6 +18,6 @@ updates:
1818
schedule:
1919
interval: "daily"
2020
cooldown:
21-
default-days: 0
21+
default-days: 7
2222
assignees:
2323
- "biow0lf"

0 commit comments

Comments
 (0)