From bc7e6bf9b151cf818787e993f001d76bf3399c66 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:46:00 +0200 Subject: [PATCH] Update dependabot.yml Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fc00a52a..6f8a18ef2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/libraries/" # Location of package manifests schedule: interval: "weekly" target-branch: "develop"