mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add dependabot config yaml
This commit is contained in:
parent
161db08745
commit
e0335705b2
17
.dependabot/config.yml
Normal file
17
.dependabot/config.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: 1
|
||||
|
||||
update_configs:
|
||||
- package_manager: "python"
|
||||
directory: "/"
|
||||
update_schedule: "weekly"
|
||||
allowed_updates:
|
||||
- match:
|
||||
update_type: "all"
|
||||
target_branch: "develop"
|
||||
|
||||
- package_manager: "docker"
|
||||
directory: "/"
|
||||
update_schedule: "daily"
|
||||
allowed_updates:
|
||||
- match:
|
||||
update_type: "all"
|
Loading…
Reference in New Issue
Block a user