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
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ updates:
# to ensure we are testing old versions since they link against older
# versions of the Wasm API which we want to ensure we continue to support
- dependency-name: "shopify_function_wasm_api"
# Keep the Wasmtime runtime dependency set pinned to LTS versions.
- dependency-name: "wasmtime"
- dependency-name: "wasmtime-wasi"
- dependency-name: "deterministic-wasi-ctx"
groups:
wasmtime-dependencies:
patterns:
- "wasmtime"
- "wasmtime-wasi"
- "deterministic-wasi-ctx"
bluejay-dependencies:
patterns:
- "bluejay-*"
Expand Down
Loading