From 80a33f97076689296b47ed70aa2be9f9455e31fa Mon Sep 17 00:00:00 2001 From: Guilherme Soares Date: Mon, 18 Mar 2024 17:50:48 +0100 Subject: [PATCH] feat: change the folder where dependabot will run --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4a4d815c..887845203 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: 'npm' - directory : "/" + directory : "/bridge" schedule: interval: "daily" target-branch: QA-Test \ No newline at end of file