Add dependabot update watcher for docs pypi packages

* Update requirements.txt packages for mkdocs
This commit is contained in:
Dalton Hubble
2021-03-19 11:53:45 -07:00
parent 048f1f514e
commit d8f7da6873
2 changed files with 12 additions and 3 deletions

9
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 3