mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 18:08:17 +00:00
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:
co-authored by
Claude Opus 4.6
parent
0d76509fa0
commit
72f6464a50
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user