Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ updates:
# Keep the pinned dev tooling in pyproject.toml's [dependency-groups] and the
# uv.lock current. Without this the exact pins (e.g. pytest) would never be
# bumped automatically and would silently rot.
#
# `allow: dependency-type: direct` restricts updates to dependencies declared
# in pyproject.toml. Transitive deps in uv.lock are then only updated as a
# side effect of a direct bump, never via a standalone PR.
- package-ecosystem: "uv"
directory: "/"
allow:
- dependency-type: "direct"
schedule:
interval: "weekly"
groups:
Expand Down
Loading