From 501517b74ed7fa0ea426cbf3df127302c68c75c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Mon, 25 Aug 2025 12:18:15 +0200 Subject: [PATCH] Change dependabot's target branch to `develop` --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9df999425..2b4c26c11 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "master" + target-branch: "develop" schedule: interval: "weekly"