From e2d96b851b1c8ba4bffe073b0b4ad9a7538f58ef Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Wed, 17 Apr 2024 06:37:17 -0400 Subject: [PATCH] Stagger dependabot update times (#1868) --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd592395e7..959c65b48c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,22 +5,23 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday interval: "daily" + time: "04:00" labels: - "dependencies" - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "daily" + time: "08:00" labels: - "submodules" - package-ecosystem: "github-actions" directory: "/" target-branch: "sp2019latest" schedule: - # Check for updates to GitHub Actions every weekday interval: "daily" + time: "04:00" labels: - "dependencies" - "sp2019latest" @@ -29,6 +30,7 @@ updates: target-branch: "sp2019latest" schedule: interval: "daily" + time: "08:00" labels: - "submodules" - "sp2019latest"