From f49d3c92d90d6fa50612bc42c35b11e6dd77db34 Mon Sep 17 00:00:00 2001 From: bobokun Date: Sat, 1 Jan 2022 21:45:23 -0500 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 12 ++++++++++++ requirements.txt | 11 ++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9dc2c3c --- /dev/null +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index bf8db4a..4820c52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -ruamel.yaml -qbittorrent-api -schedule -retrying -alive_progress \ No newline at end of file +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 \ No newline at end of file