From ed794fdd0cdece9e955e2e98a161ba5cae130b46 Mon Sep 17 00:00:00 2001 From: Jonathan Woollett-Light Date: Tue, 25 Apr 2023 14:32:40 +0100 Subject: [PATCH] ci: Update dependabot configuration Updates dependabot to run weekly, explicitly use the cargo ecosystem and disable automatic rebases. Signed-off-by: Jonathan Woollett-Light --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97b20206..14e9d9d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,11 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: cargo + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + rebase-strategy: "disabled"