Skip to content

Commit 7b8aca8

Browse files
authored
Fix dependabot (#390)
* revert cargo changes Signed-off-by: Simon Davies <[email protected]> * update number of prs allowed to 40 Signed-off-by: Simon Davies <[email protected]> --------- Signed-off-by: Simon Davies <[email protected]>
1 parent b0cc757 commit 7b8aca8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
interval: "daily"
77
labels:
88
- "kind/dependencies"
9+
open-pull-requests-limit: 40
910
- package-ecosystem: "cargo"
1011
directories: ["/", "src/tests/rust_guests/simpleguest","src/tests/rust_guests/callbackguest"]
1112
schedule:

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ default-members = [
66
"src/hyperlight_testing",
77
]
88
members = [
9+
"src/hyperlight_common",
10+
"src/hyperlight_guest",
11+
"src/hyperlight_host",
912
"src/hyperlight_guest_capi",
13+
"src/hyperlight_testing",
1014
"fuzz",
1115
]
1216
# Guests have custom linker flags, so we need to exclude them from the workspace

0 commit comments

Comments
 (0)