From 7751ddbb98b329ecd5ad4ea16de6812c93136d66 Mon Sep 17 00:00:00 2001 From: BiDuang Date: Fri, 24 Nov 2023 00:12:40 +0800 Subject: [PATCH] fix: typo --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11bab67..1c8d718 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "NuGet" # See documentation for possible values + - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"