Skip to content

Commit f2e9f63

Browse files
Reduce dependabot cooldown to 3 days
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1418ef7 commit f2e9f63

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: 5
8+
default-days: 3
99
ignore:
1010
- dependency-name: "*"
1111
update-types:
@@ -15,4 +15,4 @@ updates:
1515
schedule:
1616
interval: "daily"
1717
cooldown:
18-
default-days: 5
18+
default-days: 3

0 commit comments

Comments
 (0)