From 1932ad26ef39542470fe7f955daa1bf4faee9a8e Mon Sep 17 00:00:00 2001 From: Martin Porwoll Date: Sun, 22 Feb 2026 16:53:50 +0000 Subject: [PATCH] deps: target develop branch for Dependabot PRs Aligns with git-flow: updates go through develop before main. Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 888da2d..0ab8b57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: # npm (pnpm) dependencies - daily checks for security-critical updates - package-ecosystem: "npm" directory: "/" + target-branch: "develop" schedule: interval: "daily" time: "04:00" @@ -58,6 +59,7 @@ updates: # GitHub Actions - weekly updates - package-ecosystem: "github-actions" directory: "/" + target-branch: "develop" schedule: interval: "weekly" day: "monday"