-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdependabot.yml
More file actions
29 lines (29 loc) · 887 Bytes
/
dependabot.yml
File metadata and controls
29 lines (29 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
reviewers:
- "@Shopify/functions-dependabot-reviewers"
schedule:
interval: "weekly"
open-pull-requests-limit: 100
ignore:
# `shopify_function_wasm_api` is only used by test fixtures and we want
# 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"
groups:
wasmtime-dependencies:
patterns:
- "wasmtime"
- "wasmtime-wasi"
- "deterministic-wasi-ctx"
bluejay-dependencies:
patterns:
- "bluejay-*"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "@Shopify/functions-dependabot-reviewers"
schedule:
interval: "weekly"