From 0a4c80fa72270930da12804a881cbd74378d8457 Mon Sep 17 00:00:00 2001 From: Mahesh-Binayak <76687012+Mahesh-Binayak@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:11:18 +0530 Subject: [PATCH] [MOSIP-38484]adding customised dependabot (#1948) * added dependabot.yml for cutomisation * Update dependabot.yml to add target branch * Update dependabot.yml * Update dependabot.yml Signed-off-by: Vishwa --- .github/workflows/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000000..2478af3b03b --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/registration-processor" + schedule: + interval: "daily" + target-branch: "develop" + open-pull-requests-limit: 50