From 87f8c3bc1fa84e4a56ef8a685ab8e8c516ebeefa Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Fri, 30 Aug 2024 01:04:23 +0200 Subject: [PATCH] Lower dependabot frequency to monthly (#228) We are not super dependent on using the latest patch releases of every crate, so a monthly update frequency should be more than enough. Note that we still get PRs if/when there is a security update: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0fe61aa..9d32cf00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly groups: minor: update-types: @@ -18,7 +18,7 @@ updates: - package-ecosystem: cargo directory: / schedule: - interval: weekly + interval: monthly groups: minor: update-types: