From ff256c61e2792b90201fa6043aeff4e537468b8e Mon Sep 17 00:00:00 2001 From: Matthew Heguy <10162554+mheguy@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:53:06 -0400 Subject: [PATCH] Switch dependabot from pip to uv (#7873) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c061c95ff..012fa92ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: "github actions": patterns: - "*" - - package-ecosystem: pip + - package-ecosystem: uv directory: "/" schedule: interval: "monthly"