From 1754fd936f54cd94d0e1d6167167ea7d4cb67645 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sun, 8 Jun 2025 18:09:02 +0200 Subject: [PATCH] ci: set up dependabot to use uv ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6cc22b7..171ba39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,7 +26,7 @@ updates: github-actions: patterns: - '*' -- package-ecosystem: pip +- package-ecosystem: uv directory: / schedule: interval: monthly