Skip to content

Commit 5485aad

Browse files
authored
Merge branch 'main' into max-updates-terminal-resize
2 parents 2c2bf5b + a72b0a9 commit 5485aad

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ updates:
2121
- "*"
2222
cooldown:
2323
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ repos:
130130
additional_dependencies: ["prettier@3.8.1"]
131131

132132
- repo: https://github.com/igorshubovych/markdownlint-cli
133-
rev: v0.47.0
133+
rev: v0.48.0
134134
hooks:
135135
- id: markdownlint
136136
name: run markdownlint

0 commit comments

Comments
 (0)