From 4255d5794c9dbd05fdd6261a4d833b6b69f89c4f Mon Sep 17 00:00:00 2001 From: utam0k Date: Thu, 24 Mar 2022 21:26:34 +0900 Subject: [PATCH] make dependabot work again. Signed-off-by: utam0k --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39c2f09ab..105789c7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,15 @@ version: 2 updates: - package-ecosystem: cargo - directory: "/" + directory: "crates/" + schedule: + interval: daily + open-pull-requests-limit: 10 + allow: + - dependency-type: direct + - dependency-type: indirect + - package-ecosystem: cargo + directory: "tests/rust-integration-tests" schedule: interval: daily open-pull-requests-limit: 10