We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d6bed commit 5d8cba4Copy full SHA for 5d8cba4
.github/dependabot.yml
@@ -7,6 +7,11 @@ updates:
7
schedule:
8
interval: "weekly"
9
open-pull-requests-limit: 100
10
+ ignore:
11
+ # `shopify_function_wasm_api` is only used by test fixtures and we want
12
+ # to ensure we are testing old versions since they link against older
13
+ # versions of the Wasm API which we want to ensure we continue to support
14
+ - dependency-name: "shopify_function_wasm_api"
15
groups:
16
wasmtime-dependencies:
17
patterns:
0 commit comments