From 18e9f1578b911e5934bbaff24f02325cfd1ce593 Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 21 Jul 2025 11:53:57 -0700 Subject: [PATCH] Update dependabot schedule --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09aee2423..99b6b7c57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: daily + time: "14:00" groups: minor-and-patch: patterns: @@ -11,8 +12,8 @@ updates: update-types: - "minor" - "patch" - - package-ecosystem: "github-actions" directory: "/" schedule: interval: daily + time: "14:00"