Skip to content

Commit 100b3d6

Browse files
committed
chore(deps): switch dependabot package ecosystem from pip to uv
- drop update-uv-lock workflow also Signed-off-by: jmeridth <[email protected]>
1 parent dd1411a commit 100b3d6

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "pip" # See documentation for possible values
4+
- package-ecosystem: "uv"
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"

.github/workflows/update-uv-lock.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)