Merge pull request #21 from bfcarpio/dependabot

🔧 add Dependabot config
This commit is contained in:
Jay Goel 2020-07-15 09:01:44 -04:00 committed by GitHub
commit c324cca318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
dependabot.yml Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
# Enable version updates for pip
- package-ecosystem: "pip"
# Look for `requirements.txt` in the `root` directory
directory: "/"
# Check the PyPI registry for updates every day (weekdays)
schedule:
interval: "daily"