From d7bc6bb201a97c2fe76f77ef8008cb18ea629ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=91=9E=E6=96=8C?= Date: Mon, 21 Apr 2025 11:04:23 +0800 Subject: [PATCH] chore: use uv as package-ecosystem --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e4a9e3c3..4c05d530f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" day: "monday" time: "09:30" timezone: "Asia/Shanghai" - target-branch: dev \ No newline at end of file + target-branch: dev