Skip to content

Commit 6bf0e4f

Browse files
authored
Fix dependabot config (#457)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent ed2eae9 commit 6bf0e4f

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,7 @@ updates:
1919
ignore:
2020
- dependency-name: "wasmtime"
2121
update-types: ["version-update:semver-minor", "version-update:semver-major"]
22-
# Add entries for excluded workspace members
23-
- package-ecosystem: "cargo"
24-
directory: "/src/hyperlight_wasm_runtime"
25-
schedule:
26-
interval: "daily"
27-
time: "03:00"
28-
target-branch: "main"
29-
labels:
30-
- "kind/dependencies"
31-
ignore:
32-
- dependency-name: "wasmtime"
33-
update-types: ["version-update:semver-minor", "version-update:semver-major"]
22+
# Add entries for excluded workspace members (these are standalone projects not covered by the root "/" entry)
3423
- package-ecosystem: "cargo"
3524
directory: "/src/tests/rust_guests/rust_wasm_samples"
3625
schedule:
@@ -39,14 +28,6 @@ updates:
3928
target-branch: "main"
4029
labels:
4130
- "kind/dependencies"
42-
- package-ecosystem: "cargo"
43-
directory: "/src/hyperlight_wasm_macro"
44-
schedule:
45-
interval: "daily"
46-
time: "03:00"
47-
target-branch: "main"
48-
labels:
49-
- "kind/dependencies"
5031
- package-ecosystem: "cargo"
5132
directory: "/src/tests/rust_guests/component_sample"
5233
schedule:

0 commit comments

Comments
 (0)