From deb1e550a7de66474892dc04f6744594cb5af3a3 Mon Sep 17 00:00:00 2001 From: stormshield-guillaumed <116797375+stormshield-guillaumed@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:04:07 +0100 Subject: [PATCH] ci(dependabot): move interval to monthly and update all cargo dependencies (#6) --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6214844..dd61f27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,11 @@ updates: - package-ecosystem: cargo directory: / schedule: - interval: weekly + interval: monthly + allow: + - dependency-type: all - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly