From 76c48adda2858babe3ac06390096ca33f0f4a439 Mon Sep 17 00:00:00 2001 From: Kristian Glass Date: Sun, 16 Mar 2025 12:27:34 +0000 Subject: [PATCH] Get Dependabot to update the uv dependencies https://github.blog/changelog/2025-03-13-dependabot-version-updates-now-support-uv-in-general-availability/ I, uh, missed that the "pip" ecosystem wouldn't cover it...! Though it only launched on the 13th, this commit was authored on the 16th, and https://github.com/dependabot/dependabot-core/issues/10478 suggests some initial teething problems, so it might be worth a wait --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b8b8480..cbf7575 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: "monthly"