Skip to content

Commit 5d1136d

Browse files
ci: switch Dependabot from pip to uv ecosystem for proper uv.lock updates (#168)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent a20a373 commit 5d1136d

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
@@ -33,8 +33,8 @@ updates:
3333
- dependencies
3434
- github-actions
3535

36-
# Python dependencies (uv / pyproject.toml)
37-
- package-ecosystem: pip
36+
# Python dependencies (uv / pyproject.toml + uv.lock)
37+
- package-ecosystem: uv
3838
directory: /
3939
schedule:
4040
interval: weekly

0 commit comments

Comments
 (0)