From f14e3422b4ab2c19ce804686ce73415a3143beae Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 18 Sep 2023 22:09:43 +0100 Subject: [PATCH] Made develop the target branch Signed-off-by: snipe --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1..2b4c26c119 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"