We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c2bf5b + a72b0a9 commit 5485aadCopy full SHA for 5485aad
2 files changed
.github/dependabot.yml
@@ -21,3 +21,12 @@ updates:
21
- "*"
22
cooldown:
23
default-days: 7
24
+
25
+ - package-ecosystem: "pre-commit"
26
+ directory: "/"
27
+ schedule:
28
+ interval: "weekly"
29
+ groups:
30
+ pre-commit-hooks:
31
+ patterns:
32
+ - "*"
.pre-commit-config.yaml
@@ -130,7 +130,7 @@ repos:
130
additional_dependencies: ["prettier@3.8.1"]
131
132
- repo: https://github.com/igorshubovych/markdownlint-cli
133
- rev: v0.47.0
+ rev: v0.48.0
134
hooks:
135
- id: markdownlint
136
name: run markdownlint
0 commit comments