From 6c7d8a5efd39633f377689105d1ed4a22b980ea6 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Mon, 13 Nov 2023 16:47:59 +0100 Subject: [PATCH] dependabot: run it also for staging crates We forgot to tell dependabot to also run in the "staging" nested workspace. Let's enable it. Closes #536 Signed-off-by: Stefano Garzarella --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1986b1e..57264ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,17 @@ updates: vhost-device: patterns: - "*" +- package-ecosystem: cargo + directory: "/staging/" + schedule: + interval: weekly + allow: + - dependency-type: direct + - dependency-type: indirect + groups: + vhost-device: + patterns: + - "*" - package-ecosystem: gitsubmodule directory: "/" schedule: