Update dependabot config from pip/poetry to uv ecosystem

Switch the Python dependencies section from `package-ecosystem: "pip"`
(which was used for Poetry) to `package-ecosystem: "uv"` to match the
migration from Poetry to uv for dependency management.

Closes #19571

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Quentin Gliech
2026-04-01 13:20:48 +02:00
co-authored by Claude Opus 4.6
parent 0d76509fa0
commit 72f6464a50
+2 -2
View File
@@ -3,8 +3,8 @@ version: 2
# open-pull-requests-limit to 10 (from the default of 5) to better ensure we
# don't continuously grow a backlog of updates.
updates:
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
package-ecosystem: "pip"
- # "uv" ecosystem for uv-managed Python dependencies, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
package-ecosystem: "uv"
directory: "/"
open-pull-requests-limit: 10
schedule: