mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 04:00:41 -05:00
Update dependabot.yml
Updates dependabot PRs to be weekly, max 5 at a time.
This commit is contained in:
parent
f1aca2ab95
commit
e85f199e3c
32
.github/dependabot.yml
vendored
32
.github/dependabot.yml
vendored
@ -4,37 +4,45 @@ updates:
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "15:00" # 10am EST
|
||||
open-pull-requests-limit: 10
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "10:00"
|
||||
timezone: "America/Toronto"
|
||||
open-pull-requests-limit: 5
|
||||
target-branch: "develop"
|
||||
versioning-strategy: increase-if-necessary
|
||||
labels:
|
||||
- "dependencies"
|
||||
assignees:
|
||||
reviewers:
|
||||
- "Refringe"
|
||||
|
||||
# GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "15:00" # 10am EST
|
||||
open-pull-requests-limit: 10
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "10:00"
|
||||
timezone: "America/Toronto"
|
||||
open-pull-requests-limit: 5
|
||||
target-branch: "develop"
|
||||
labels:
|
||||
- "dependencies"
|
||||
assignees:
|
||||
reviewers:
|
||||
- "Refringe"
|
||||
|
||||
# npm modules (JavaScript)
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "15:00" # 10am EST
|
||||
open-pull-requests-limit: 10
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "10:00"
|
||||
timezone: "America/Toronto"
|
||||
open-pull-requests-limit: 5
|
||||
target-branch: "develop"
|
||||
versioning-strategy: increase-if-necessary
|
||||
labels:
|
||||
- "dependencies"
|
||||
assignees:
|
||||
reviewers:
|
||||
- "Refringe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user