From 0684fd80d2bea309a98d34ca029ee4b6ceb65f56 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 25 Jun 2026 13:07:36 +0200 Subject: [PATCH] ci: align triggers + route dependabot through develop --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1e448b..8e91bd1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: # caught the actions/checkout Node-20 deprecation). - package-ecosystem: github-actions directory: "/" + # Bumps flow through the develop integration branch, not straight to main. + target-branch: "develop" schedule: interval: weekly commit-message: