From eb0e9053b50a0d46263b8cc033297c94d0bcf4ad Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 Aug 2025 12:36:47 +0530 Subject: [PATCH] directory update in dependabot template --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cca764a6..2f7bbe826 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,7 +31,7 @@ updates: # 3. Python dependencies – Fabric Scripts - package-ecosystem: "pip" - directory: "/src/infra/scripts/fabric_scripts" + directory: "/infra/scripts/fabric_scripts" schedule: interval: "monthly" commit-message: @@ -45,7 +45,7 @@ updates: # 4. Python dependencies – Index Scripts - package-ecosystem: "pip" - directory: "/src/infra/scripts/index_scripts" + directory: "/infra/scripts/index_scripts" schedule: interval: "monthly" commit-message: