Skip to content

Commit 34407ee

Browse files
Slow down dependabot update frequency
Update dependabot to run weekly on a Monday.
1 parent 21b037d commit 34407ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ updates:
33
- package-ecosystem: "nuget"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "monday"
8+
cooldown:
9+
default-days: 3
10+

0 commit comments

Comments
 (0)