diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0095328fd..edfbf4fbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: "daily" labels: - "kind/dependencies" + open-pull-requests-limit: 40 - package-ecosystem: "cargo" directories: ["/", "src/tests/rust_guests/simpleguest","src/tests/rust_guests/callbackguest"] schedule: diff --git a/Cargo.toml b/Cargo.toml index 620770ad6..4193ab59f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,11 @@ default-members = [ "src/hyperlight_testing", ] members = [ + "src/hyperlight_common", + "src/hyperlight_guest", + "src/hyperlight_host", "src/hyperlight_guest_capi", + "src/hyperlight_testing", "fuzz", ] # Guests have custom linker flags, so we need to exclude them from the workspace