From 620dd5fd014d240f7ac65781c3ab9f87f515e0bb Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 6 Sep 2021 12:46:39 +0530 Subject: [PATCH] dependabot: Allow updating dependencies Remove the incorrect file dependabot.yaml and edit the correct one to allow crate updates on weekly basis. Signed-off-by: Viresh Kumar --- .github/dependabot.yaml | 8 -------- .github/dependabot.yml | 9 ++++++--- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index a35e6fa..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gitsubmodule - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e1a6b9..c624534 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,13 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + open-pull-requests-limit: 3 + allow: + - dependency-type: direct + - dependency-type: indirect - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10