From 6af37c368ee582d0db075cc2c5ca078dd5e8f730 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 1 Apr 2025 15:53:38 +0100 Subject: [PATCH] Reduce dependabot frequency Reduce dependabot from daily to monthly. --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 394e6558..2eaa4775 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily - time: "05:30" + interval: monthly timezone: Europe/London reviewers: - "justeattakeaway/httpclient-interception" @@ -15,8 +14,7 @@ updates: patterns: - xunit* schedule: - interval: daily - time: "05:30" + interval: monthly timezone: Europe/London reviewers: - "justeattakeaway/httpclient-interception"