From 454262829ccdcd6e8e309d841505579562a1b5e8 Mon Sep 17 00:00:00 2001 From: Brian May Date: Mon, 3 Mar 2025 08:58:26 +1100 Subject: [PATCH] ci: attempt to use dependabot beta support for uv See https://github.com/dependabot/dependabot-core/issues/10478#issuecomment-2691330949 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a15f2a..cfb15fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: -- package-ecosystem: pip +- package-ecosystem: uv directory: "/" schedule: interval: daily