]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

chore: dump docs deps and pre-commit hooks (#2676)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 15 Dec 2021 01:25:47 +0000 (20:25 -0500)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 01:25:47 +0000 (17:25 -0800)
.github/dependabot.yml [new file with mode: 0644]
.pre-commit-config.yaml
docs/requirements.txt

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..1d9c3cc
--- /dev/null
@@ -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"]
index 45810d2844a443606c9913015b82100288abf3e9..52a18623612489b124bf6a5997fe9c5a15dd7e87 100644 (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
index 296efc5cc84b383f7ef9da9032cd63616a0d7d72..b15d6b62c39037e152dcd8af1b9a54c5bc5fb90a 100644 (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