From f5b345034f1e237b5d91a138ae1faf4b9a13b47b Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Mon, 8 Jun 2026 11:34:56 +0200 Subject: [PATCH] ci: Use package-ecosystem: uv in dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b91d51cc0..f2883bed66 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: weekly