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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# wasmtime (indirect, via hyperlight-wasm) must stay aligned with the
# hyperlight-wasm-aot CLI that compiles .aot guest binaries. The AOT
# compiler is installed from a pinned git rev and uses its own Cargo.lock,
# so a workspace-only bump creates a version mismatch at runtime.
# Update wasmtime only when hyperlight-wasm itself is updated.
- dependency-name: "wasmtime"
- dependency-name: "wasmtime-*"

# Rust (Python wasm backend — separate workspace)
- package-ecosystem: "cargo"
Expand Down
Loading
Loading