From f885cd59a5a7831c8fb2055a21e98144794e1890 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 11 Oct 2024 12:33:38 +0200 Subject: [PATCH] automation: check NuGet package updates only once per week --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fc90333..29e270d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: - package-ecosystem: "nuget" directory: "/updater" schedule: - interval: "daily" + interval: "weekly" + day: "wednesday" open-pull-requests-limit: 5 reviewers: - "striezel"