From dd31a8a23b44b47c3c685767df0e960cf4fc106d Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Mon, 27 Jan 2025 09:43:01 +0000 Subject: [PATCH] update dependabot to check on test guest directories Signed-off-by: Simon Davies --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97dfb906f..848acaf07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,6 @@ updates: schedule: interval: "daily" - package-ecosystem: "cargo" - directory: "/" + directories: ["/", "src/tests/rust_guests/simpleguest","src/tests/rust_guests/callbackguest"] schedule: - interval: "daily" \ No newline at end of file + interval: "daily"