mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 16:14:12 +00:00
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:
parent
0065712752
commit
7d591ce22b
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue