From 66a740486c766399b5397641a047e71f738fd95f Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 27 Mar 2024 23:02:03 +0530 Subject: [PATCH] TP-12345 | dependabot.yml path fix (#10205) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bc052c065..47303b4a2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,7 @@ updates: ignore: - dependency-name: "navi-*" - package-ecosystem: "gradle" - directory: "/" + directory: "/android" schedule: interval: "daily" time: "10:00"