From c1d1c0b9a57d498c40143fcc38ea95ad284243cd Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 15 Jul 2025 23:51:09 +0100 Subject: Update dependabot config to use uv --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3