From 9706326e3bd6773d2083548786cd1e16217db405 Mon Sep 17 00:00:00 2001 From: Camille Owens Date: Fri, 15 May 2026 13:55:20 -0600 Subject: [PATCH] chore: update dependabot to use uv support --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00c2dfb..5605dfd 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