Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 2

updates:
# No pip block, deliberately: the wheels embed the engine rather than
# depending on Python packages, and the extras (pydantic, msgspec) are
# floors a library must not ratchet for its users. The OSV job in
# security.yml is what watches those ecosystems for advisories.
# Cargo updates are grouped: what a wheel links is reviewed as one tree.
- package-ecosystem: cargo
directory: /
Expand Down
Loading
Loading