From 1510409baeb48b0f00aab37e6bf26b66aeae55ec Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 21 Jul 2025 11:43:55 -0700 Subject: [PATCH] Update dependabot schedule --- .github/dependabot.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5171eaca..1abca3d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,13 @@ version: 2 updates: -- package-ecosystem: maven - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: daily + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "14:00" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: "14:00"