From eba08ae52adb38a2910b3dc01d705034ca62665c Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Wed, 29 Apr 2026 12:30:38 +0100 Subject: [PATCH] fix(ci): switch Dependabot Python ecosystem from uv to pip (#39726) Co-authored-by: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ff981e7bae..5560dc56af6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,15 +59,13 @@ updates: versioning-strategy: increase - # NOTE: `uv` support is in beta, more details here: - # https://github.com/dependabot/dependabot-core/pull/10040#issuecomment-2696978430 - - package-ecosystem: "uv" - directory: "requirements/" + - package-ecosystem: "pip" + directory: "/" open-pull-requests-limit: 10 schedule: interval: "weekly" labels: - - uv + - pip - dependabot - package-ecosystem: "npm"