From 09318db8617f1f0b3cf59a67696e340918a001cd Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Fri, 31 May 2024 13:45:36 +0100 Subject: [PATCH] Dependabot is ignoring the weekly schedule This change adds a specific day and time for the checks to take place this will hopefully stop dependabot generating a pull request the minute a package is updated on nuget --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91426aab..71dfed60 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + day: "sunday" + time: "04:00" commit-message: prefix: "deps" open-pull-requests-limit: 1