From 39532b182872681f3c8da33bd9d4e8208732ea5d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 24 Jul 2024 21:28:45 -0400 Subject: [PATCH] Fix ecosystem specifier --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41bca98247..5c3351535e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"