chore: dump docs deps and pre-commit hooks (#2676)

This commit is contained in:
Richard Si 2021-12-14 20:25:47 -05:00 committed by GitHub
parent 3083f4470b
commit 72fbacd996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 4 deletions

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

@ -0,0 +1,17 @@
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files in .github/workflows will be checked
directory: "/"
schedule:
interval: "weekly"
labels: ["skip news", "C: dependencies"]
- package-ecosystem: "python"
directory: "docs/"
schedule:
interval: "weekly"
labels: ["skip news", "C: dependencies", "T: documentation"]
reviewers: ["ichard26"]

View File

@ -41,7 +41,7 @@ repos:
- flake8-simplify
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.910-1
hooks:
- id: mypy
exclude: ^docs/conf.py
@ -54,7 +54,7 @@ repos:
- platformdirs >= 2.1.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.5.1
hooks:
- id: prettier
exclude: ^Pipfile\.lock

View File

@ -1,6 +1,6 @@
# Used by ReadTheDocs; pinned requirements for stability.
myst-parser==0.15.1
Sphinx==4.2.0
myst-parser==0.15.2
Sphinx==4.3.1
sphinxcontrib-programoutput==0.17
sphinx_copybutton==0.4.0