From 0de91bb4dccdeb557d8e906782a0b54460b5396c Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Mon, 29 Sep 2025 13:05:17 -0400 Subject: [PATCH] Change package ecosystem from 'pip' to 'uv' Update the dependabot ecosystem settings --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1114502a..a9eaddd0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "uv" # See documentation for possible values + directory: "/src" # Location of package manifests schedule: interval: "weekly" groups: