From 7c720d4932f5eb812092dd98762095620bb62dd1 Mon Sep 17 00:00:00 2001 From: "Gerald Morrison (SAP)" Date: Fri, 28 Mar 2025 11:02:18 +0100 Subject: [PATCH] chore: change Dependabot update schedule from weekly to daily On-behalf-of: Gerald Morrison (SAP) Signed-off-by: Gerald Morrison (SAP) --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a4c244582..ca59749590 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,7 @@ updates: patterns: - "*" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" labels: - kind/dependency - kind/chore