From b5d8500511d4aff8e2668119d7b43bcc293a0584 Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Wed, 26 Oct 2022 13:47:51 +0200 Subject: [PATCH] Incread dependabot polls to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dbe74d28..f0a8bf57c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: weekly + interval: monthly time: "12:00" open-pull-requests-limit: 10