From aa2889ca785bd0c83099690389ce100962b5270b Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 21 Jul 2025 11:47:36 -0700 Subject: [PATCH] Update dependabot schedule --- .github/dependabot.yml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ff64be6..03f9f086 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,17 @@ version: 2 updates: -- package-ecosystem: maven - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - groups: - jackson: - patterns: - - "com.fasterxml.jackson*" -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: daily + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "14:00" + open-pull-requests-limit: 10 + groups: + jackson: + patterns: + - "com.fasterxml.jackson*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: "14:00"