From 4f1b41eedbe54b4482d69d6e331850e7a54e0e90 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 15 Aug 2024 09:36:11 -0600 Subject: [PATCH] See if Dependabot will re-run if the scheduled time is updated --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2481521a..92462c11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: directory: / schedule: interval: daily - time: '03:00' + time: '03:40' timezone: Etc/UTC labels: - 'type: dependency-upgrade'