Allow dependabot to check python dependencies

This commit is contained in:
John Losito 2021-02-13 11:05:00 -05:00
parent 92c9f6b0f7
commit 055222bb82

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

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "weekly"