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

View File

@ -1,4 +1,4 @@
mkdocs==1.1.2
mkdocs-material==6.1.7
pygments==2.6.1
pymdown-extensions==7.1.0
mkdocs-material==7.0.6
pygments==2.8.1
pymdown-extensions==8.1.1