From 60072e6ef949614c4c6233302708f4240b62f5fd Mon Sep 17 00:00:00 2001 From: Jeanett Napier <129127168+Jonatid@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:42:22 -0500 Subject: [PATCH] Change Dependabot schedule from weekly to daily Change Dependabot schedule from weekly to daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c00c6474..2aec183f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" target-branch: "develop" schedule: - interval: "weekly" + interval: "daily"