[BACKEND] Add dependabot (#511)
This commit is contained in:
parent
e6a9b3ca0b
commit
022c24cc2c
2 changed files with 7 additions and 1 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
|
@ -26,7 +26,7 @@ package_dir =
|
|||
packages=find:
|
||||
|
||||
install_requires =
|
||||
yt-dlp
|
||||
yt-dlp==2023.3.4
|
||||
argparse==1.4.0
|
||||
mergedeep==1.3.4
|
||||
mediafile==0.10.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue