mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
38 lines
723 B
YAML
38 lines
723 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "03:00"
|
|
timezone: "UTC"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: docker
|
|
directory: "/.devcontainer/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "03:00"
|
|
timezone: "UTC"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
time: "03:00"
|
|
timezone: "UTC"
|
|
open-pull-requests-limit: 10
|
|
target-branch: main
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "thursday"
|
|
time: "03:00"
|
|
timezone: "UTC"
|
|
open-pull-requests-limit: 10
|
|
target-branch: main
|