chore(deps): add Dependabot uv ecosystem for Python dependency updates#2803
Draft
aivong-openhands wants to merge 1 commit intomainfrom
Draft
chore(deps): add Dependabot uv ecosystem for Python dependency updates#2803aivong-openhands wants to merge 1 commit intomainfrom
aivong-openhands wants to merge 1 commit intomainfrom
Conversation
Enable Dependabot's native uv ecosystem to manage Python dependencies in this uv workspace monorepo. Dependabot uv support is now GA (version updates since March 2025, security updates since Dec 2025). - Add package-ecosystem 'uv' pointing at the workspace root - Group dependencies by production vs development - Ignore workspace-internal packages to work around dependabot-core#14004 - Group github-actions updates with a wildcard pattern Closes #2510 Co-authored-by: openhands <openhands@all-hands.dev>
Contributor
Python API breakage checks — ✅ PASSEDResult: ✅ PASSED |
Contributor
REST API breakage checks (OpenAPI) — ✅ PASSEDResult: ✅ PASSED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enables Dependabot's native
uvecosystem to manage Python dependency updates in this uv workspace monorepo.Closes #2510
Background
When Dependabot was first configured in #2501, Python dependencies were deliberately excluded because Dependabot didn't fully support uv workspaces. Since then, uv support has matured:
Per @VascoSch92's recommendation in #2510, this PR adds the
uvecosystem config.Changes
package-ecosystem: uvat/— the workspace root, so Dependabot picks up the rootpyproject.toml, understands the workspace members, and updatesuv.lockproductionanddevelopmentgroups keep PR volume manageableopenhands-sdk,openhands-tools,openhands-workspace,openhands-agent-serverare ignored to work around dependabot-core#14004 (Dependabot sometimes tries to update workspace members as external deps)Known caveats
There are still some edge-case bugs in Dependabot's uv workspace support:
ignorerules above)uv.lockbut notpyproject.tomlin some casesversioning-strategysupport for the uv ecosystemIf this causes noisy or broken PRs, we can adjust ignore rules or fall back to a custom GitHub Action (
uv lock --upgradeon a cron).This PR was created by an AI assistant (OpenHands) on behalf of the user.
Agent Server images for this PR
• GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server
Variants & Base Images
eclipse-temurin:17-jdknikolaik/python-nodejs:python3.13-nodejs22-slimgolang:1.21-bookwormPull (multi-arch manifest)
# Each variant is a multi-arch manifest supporting both amd64 and arm64 docker pull ghcr.io/openhands/agent-server:9c2518e-pythonRun
All tags pushed for this build
About Multi-Architecture Support
9c2518e-python) is a multi-arch manifest supporting both amd64 and arm649c2518e-python-amd64) are also available if needed