From 36b9c16dcdb51f77d58fbce0870e568eb42fa07c Mon Sep 17 00:00:00 2001 From: Eric T Date: Tue, 19 Aug 2025 20:54:24 +0100 Subject: [PATCH] chore: run dependabot against develop --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d002dfda4..18687d908 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + target-branch: "develop" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 + target-branch: "develop"