diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fc00a52..6f8a18ef 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"