diff options
author | 2025-07-15 23:51:09 +0100 | |
---|---|---|
committer | 2025-07-15 23:51:09 +0100 | |
commit | c1d1c0b9a57d498c40143fcc38ea95ad284243cd (patch) | |
tree | 3b6d81fdd7ebd0b8d58bf3abf71bc90eee46701a | |
parent | Replace virtualenv with venv (diff) |
Update dependabot config to use uv
-rw-r--r-- | .github/dependabot.yml | 3 |
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" |