Add dependabot update watcher for docs pypi packages
* Update requirements.txt packages for mkdocs
This commit is contained in:
parent
048f1f514e
commit
d8f7da6873
|
@ -0,0 +1,9 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
open-pull-requests-limit: 3
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue