Skip to content

Commit b0f1e17

Browse files
authored
Fix casing for NuGet package ecosystem
Correct the casing of 'NuGet' to 'nuGet' in the configuration.
1 parent 58e5b79 commit b0f1e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "NuGet" # See documentation for possible values
8+
- package-ecosystem: "nuGet" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"

0 commit comments

Comments
 (0)