From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Wed, 15 Dec 2021 01:25:47 +0000 (-0500) Subject: chore: dump docs deps and pre-commit hooks (#2676) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/72fbacd996b7337af6659d1d7c280e401733af4b chore: dump docs deps and pre-commit hooks (#2676) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1d9c3cc --- /dev/null +++ b/.github/dependabot.yml @@ -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"] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45810d2..52a1862 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 296efc5..b15d6b6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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