Skip to content

Commit 5558a86

Browse files
committed
chore: add dependabot
1 parent 0b0f3f7 commit 5558a86

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
8+
- package-ecosystem: "uv" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ requires-python = ">=3.13"
1515
version = "0.5.0"
1616

1717
[project.optional-dependencies]
18-
yt-dlp = ["yt-dlp>=2025.11.12"]
18+
yt-dlp = ["yt-dlp>=2025.12.8"]
1919

2020
[dependency-groups]
2121
dev = [
2222
"pre-commit>=4.4.0",
23-
"yt-dlp>=2025.11.12",
23+
"yt-dlp>=2025.12.8",
2424
"pytest>=9.0.1",
2525
"pytest-cov>=7.0.0",
2626
"pytest-mock>=3.15.1",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)