Skip to content

Commit 3ea5876

Browse files
committed
Added cooldown to dependabot configuration.
1 parent fc38c4c commit 3ea5876

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
@@ -2,9 +2,13 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5+
cooldown:
6+
default-days: 7
57
schedule:
68
interval: "weekly"
79
- package-ecosystem: "nuget"
810
directory: "/"
11+
cooldown:
12+
default-days: 7
913
schedule:
1014
interval: "weekly"

0 commit comments

Comments
 (0)