Skip to content

Commit 419801f

Browse files
committed
Adds members excluded from workspace cargo.toml to dependabot
Signed-off-by: Simon Davies <[email protected]>
1 parent 6c90e4b commit 419801f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,36 @@ updates:
1616
target-branch: "main"
1717
labels:
1818
- "kind/dependencies"
19+
# Add entries for excluded workspace members
20+
- package-ecosystem: "cargo"
21+
directory: "/src/wasm_runtime"
22+
schedule:
23+
interval: "daily"
24+
time: "03:00"
25+
target-branch: "main"
26+
labels:
27+
- "kind/dependencies"
28+
- package-ecosystem: "cargo"
29+
directory: "/src/rust_wasm_samples"
30+
schedule:
31+
interval: "daily"
32+
time: "03:00"
33+
target-branch: "main"
34+
labels:
35+
- "kind/dependencies"
36+
- package-ecosystem: "cargo"
37+
directory: "/src/hyperlight_wasm_macro"
38+
schedule:
39+
interval: "daily"
40+
time: "03:00"
41+
target-branch: "main"
42+
labels:
43+
- "kind/dependencies"
44+
- package-ecosystem: "cargo"
45+
directory: "/src/component_sample"
46+
schedule:
47+
interval: "daily"
48+
time: "03:00"
49+
target-branch: "main"
50+
labels:
51+
- "kind/dependencies"

0 commit comments

Comments
 (0)