From 5406b4413854e8e989d620f4cc0929e4b805a4cf Mon Sep 17 00:00:00 2001 From: Eduward Post <38214928+eduwardpost@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:57:01 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64fdd60..8c23067 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "csharp" # See documentation for possible values + - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"