From 1e0091b415a81df4de0dc424d1778676f443dfb4 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:14:04 +0100 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 d704321..791f3d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "dotnet-sdk" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/GrocyScanner.sln" # Location of package manifests schedule: interval: "daily" target-branch: "master"