From 49f5049d30dca76f13c28e48c366c57fcf0511e0 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 18 Nov 2025 20:25:55 +0000 Subject: [PATCH] fix(dev): dependabot search locations --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7784a8..1fa22da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,7 +41,7 @@ updates: - major - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/api" # Location of package manifests target-branch: "main" assignees: - "XFox111" @@ -71,7 +71,9 @@ updates: open-pull-requests-limit: 20 - package-ecosystem: "docker" - directory: "/" + directories: + - "/app" + - "/api" target-branch: "main" assignees: - "XFox111"