Pinned all pip dependencies in requirements.txt and added dependabot configuration

This commit is contained in:
Julian 2023-05-11 09:01:35 +02:00
parent 7154fc276d
commit 3ef9099407
2 changed files with 9 additions and 2 deletions

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary