add dependabot

This commit is contained in:
bobokun 2022-01-01 21:45:23 -05:00
parent 7c2676f301
commit f49d3c92d9
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671
2 changed files with 18 additions and 5 deletions

12
.github/dependabot.yml vendored Normal file
View 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"

View file

@ -1,5 +1,6 @@
ruamel.yaml
qbittorrent-api
schedule
retrying
alive_progress
ruamel.yaml==0.17.19
qbittorrent-api==2021.8.23
schedule==1.1.0
retrying==1.3.3
alive_progress==2.1.0
requests==2.26.0