From 46f825d1e55b8e3015e3f777f2451c101d71e0df Mon Sep 17 00:00:00 2001 From: Mahesh-Binayak <76687012+Mahesh-Binayak@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:11:21 +0530 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 8460bb5f07..2478af3b03 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "maven" - directory: "/" + directory: "/registration-processor" schedule: interval: "daily" target-branch: "develop"