From 827552c8b800ed50baa8820cb8fbf8c25941e8c9 Mon Sep 17 00:00:00 2001 From: Geoff Lamrock Date: Fri, 6 Dec 2024 09:34:59 +1100 Subject: [PATCH] Change to only use src directory for dependabot updates (#114) --- .github/dependabot.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6456de8..b3a0c26 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,8 +1,7 @@ version: 2 updates: - package-ecosystem: "nuget" - directories: - - "/src/*" + directory: "/src" # Need to specify the sub-directory to make sure projects are picked up schedule: interval: "daily"