aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-15 23:51:09 +0100
committerGravatar Joe Banks <[email protected]>2025-07-15 23:51:09 +0100
commitc1d1c0b9a57d498c40143fcc38ea95ad284243cd (patch)
tree3b6d81fdd7ebd0b8d58bf3abf71bc90eee46701a
parentReplace virtualenv with venv (diff)
Update dependabot config to use uv
-rw-r--r--.github/dependabot.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 665c591b1..3916e889c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,7 @@
version: 2
+enable-beta-ecosystems: true
updates:
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"