mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 19:44: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
c85cf22496
commit
1932ad26ef
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
|
# npm (pnpm) dependencies - daily checks for security-critical updates
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
target-branch: "develop"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "04:00"
|
time: "04:00"
|
||||||
|
|
@ -58,6 +59,7 @@ updates:
|
||||||
# GitHub Actions - weekly updates
|
# GitHub Actions - weekly updates
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
target-branch: "develop"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
day: "monday"
|
day: "monday"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue