Skip to content

Commit 34e0635

Browse files
committed
Attempt to make lychee more robust
1 parent 1957b97 commit 34e0635

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1+
# Dependabot to monitor package ecosystems to monitor for updates
12
version: 2
23
updates:
3-
- package-ecosystem: "pip"
4+
- package-ecosystem: "uv"
45
directory: "/"
56
schedule:
67
interval: "weekly"
78
commit-message:
8-
prefix: "chore(pip-deps)"
9+
prefix: "[CHORE] python-deps"
910
groups:
10-
pip-deps:
11+
uv-deps:
1112
patterns:
1213
- "*"
1314
- package-ecosystem: "github-actions"
1415
directory: "/"
1516
schedule:
1617
interval: "weekly"
1718
commit-message:
18-
prefix: "chore(ci-deps)"
19+
prefix: "[CHORE] python-deps"
1920
groups:
2021
gh-actions-deps:
2122
patterns:

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ repos:
2121
rev: v0.15.1
2222
hooks:
2323
- id: lychee-docker
24-
# Optionally include additional CLI arguments
25-
# args: ["--no-progress", "--exclude", "file://"]
2624
types: [markdown]
25+
args: ["--max-retries"]
2726
- repo: https://github.com/markdownlint/markdownlint
2827
rev: "v0.12.0"
2928
hooks:

0 commit comments

Comments
 (0)