From 3063102cae538b7a7ecfc743102a4fce9ce0b79a Mon Sep 17 00:00:00 2001 From: Jan Sebastian Siwy Date: Mon, 5 Dec 2022 07:29:36 +0100 Subject: [PATCH] Run Dependabot earlier ... so that the PRs are ready on Sunday morning. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3612f40..914aa1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,5 @@ updates: schedule: interval: weekly day: sunday - time: "11:00" + time: "01:00" timezone: Europe/Berlin