From bd62395de5b34f6e6bd2ed4266b14227e4df8c56 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Thu, 10 Oct 2024 17:07:38 -0400 Subject: [PATCH] Specify time when dependabot runs Signed-off-by: Craig Perkins --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af83f8b2edac2..e6a1f74299fb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,8 @@ updates: open-pull-requests-limit: 1 package-ecosystem: "github-actions" schedule: - interval: "weekly" + interval: "daily" + time: "21:10" labels: - "dependabot" - "dependencies"