Fix ecosystem specifier

This commit is contained in:
Jordan Dominion
2024-07-24 21:28:45 -04:00
committed by GitHub
parent 8ac78f84f5
commit 39532b1828
+1 -1
View File
@@ -1,7 +1,7 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "NuGet"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"