Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependabot config for uv to docs #12025

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/guides/integration/dependency-bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,15 @@ need to be explicitly defined using

## Dependabot

Support for uv is not yet available. Progress can be tracked at
Partial support for uv is available with `requirements.txt`, `requirements.in`, and
`pyproject.toml`. `uv.lock` and dependency groups are not yet supported.

```yaml title="dependabot.yml"
enable-beta-ecosystems: true
updates:
- package-ecosystem: "uv"
directory: "/" # Location of package manifests
```

Progress can be tracked at
[dependabot/dependabot-core#10478](https://github.com/dependabot/dependabot-core/issues/10478).
Loading