Skip to content

Commit 39eceac

Browse files
committed
chore(deps): switch dependabot package ecosystem from pip to uv
- drop update-uv-lock workflow also Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 7752d56 commit 39eceac

2 files changed

Lines changed: 1 addition & 46 deletions

File tree

.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)