mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 21:36:52 +08:00
add dependabot
This commit is contained in:
parent
7c2676f301
commit
f49d3c92d9
2 changed files with 18 additions and 5 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
target-branch: "develop"
|
|
@ -1,5 +1,6 @@
|
||||||
ruamel.yaml
|
ruamel.yaml==0.17.19
|
||||||
qbittorrent-api
|
qbittorrent-api==2021.8.23
|
||||||
schedule
|
schedule==1.1.0
|
||||||
retrying
|
retrying==1.3.3
|
||||||
alive_progress
|
alive_progress==2.1.0
|
||||||
|
requests==2.26.0
|
Loading…
Add table
Reference in a new issue