From 36d7f6c7c52deb23dca696f3d282a620a60e4a2f Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 26 May 2022 09:47:27 +0530 Subject: [PATCH] Set target-branch to develop in dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 203f3c88..c00c6474 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,5 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "develop" schedule: interval: "weekly"