mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: add dependency groups for regular updates,
reschedule to run at 3am UTC (hope this works now ...)
This commit is contained in:
parent
3e5a572fc6
commit
bf1f08cd21
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -10,8 +10,17 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
time: "03:00"
|
||||
timezone: "Etc/UTC"
|
||||
open-pull-requests-limit: 15
|
||||
target-branch: develop
|
||||
groups:
|
||||
types:
|
||||
patterns:
|
||||
- "types-*"
|
||||
pytest:
|
||||
patterns:
|
||||
- "pytest*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user