We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ce003 commit 04a8024Copy full SHA for 04a8024
.github/dependabot.yml
@@ -1,11 +1,11 @@
1
-# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
3
version: 2
4
updates:
5
- - package-ecosystem: nuget
6
- directory: /
+ - package-ecosystem: "nuget"
+ directory: "/"
7
schedule:
8
- interval: weekly
9
- day: monday
+ interval: "weekly"
+ day: "monday"
10
time: "08:00"
11
timezone: "America/New York"
0 commit comments