From e98cd78d7a76ca93f9104387d137a931687f95f4 Mon Sep 17 00:00:00 2001 From: Mahesh-Binayak <76687012+Mahesh-Binayak@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:03:41 +0530 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 0b440626fb..8460bb5f07 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - package-ecosystem: "maven" - directory: "/" # Adjust if pom.xml is in a subdirectory + directory: "/" schedule: - interval: "weekly" # Options: daily, weekly, monthly + interval: "daily" target-branch: "develop" - open-pull-requests-limit: 5 # Optional: Limit the number of open PRs + open-pull-requests-limit: 50