Skip to content

Commit f01ff20

Browse files
committed
ci: watch npm deps in dependabot, drop dead uv ecosystem
The uv (Python) ecosystem was a leftover from the old Python project and kept failing (dependency_file_not_found: "/ not found") since there is no pyproject.toml. Point Dependabot at the real npm manifest instead, which was not being watched at all.
1 parent d0e21c0 commit f01ff20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22

33
updates:
4-
# Python dependencies (uv / pyproject.toml)
5-
- package-ecosystem: uv
4+
# Node dependencies (npm / package.json)
5+
- package-ecosystem: npm
66
directory: /
77
schedule:
88
interval: weekly

0 commit comments

Comments
 (0)