Pinned all pip dependencies in requirements.txt and added dependabot configuration
This commit is contained in:
parent
7154fc276d
commit
3ef9099407
2 changed files with 9 additions and 2 deletions
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
versioning-strategy: increase-if-necessary
|
Reference in a new issue