deps: target develop branch for

Dependabot PRs

  Aligns with git-flow: updates go through develop before main.

  Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Martin Porwoll 2026-02-22 16:53:50 +00:00
parent 0065712752
commit 7d591ce22b

View file

@ -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"