From 6b55acf457fe04df59881f8794bad8d2f426b27a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 18 Apr 2024 16:42:46 -0700 Subject: [PATCH] Schedule dependabot updates leading fiat-crypto (#153) A la https://github.com/mit-plv/rupicola/pull/117 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70c5c1470..8985874a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,10 +8,12 @@ updates: schedule: # Check for updates to GitHub Actions every weekday interval: "daily" + time: "07:00" - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "daily" + time: "07:00" labels: - "submodules"