Skip to content

Commit 04a8024

Browse files
authored
Update dependabot.yml
1 parent 14ce003 commit 04a8024

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22

33
version: 2
44
updates:
5-
- package-ecosystem: nuget
6-
directory: /
5+
- package-ecosystem: "nuget"
6+
directory: "/"
77
schedule:
8-
interval: weekly
9-
day: monday
8+
interval: "weekly"
9+
day: "monday"
1010
time: "08:00"
1111
timezone: "America/New York"

0 commit comments

Comments
 (0)