Add dependabot checking (#5)

This commit is contained in:
boxydog 2024-06-02 14:03:56 -05:00 committed by GitHub
commit 8c7c29e4f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,10 @@
# See https://docs.github.com/en/free-pro-team@latest/
# github/administering-a-repository/enabling-and-disabling-version-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10