Skip to content

Commit 5d8cba4

Browse files
committed
Have Dependabot ignore shopify_function_wasm_api updates
1 parent 82d6bed commit 5d8cba4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
schedule:
88
interval: "weekly"
99
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"
1015
groups:
1116
wasmtime-dependencies:
1217
patterns:

0 commit comments

Comments
 (0)