From 8c8d6008880a8921ce1df874104d146d72b51a3d Mon Sep 17 00:00:00 2001 From: Nitin <45592624+nitin-vavdiya@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:41:10 +0530 Subject: [PATCH] fix: target branch set to develop --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62eb40843..71d93f427 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monday" + interval: "weekly" + target-branch: "develop" open-pull-requests-limit: 5 labels: - "dependencies" @@ -15,7 +16,8 @@ updates: directory: "/" schedule: interval: "daily" + target-branch: "develop" open-pull-requests-limit: 5 labels: - "dependencies" - - "java" \ No newline at end of file + - "java"