From f48a0658ef1e8ddb6f3b136e9f93b18b2dedb5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Le=C3=B3n?= <56183278+Sleon4@users.noreply.github.com> Date: Sun, 2 Nov 2025 18:07:59 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22711be..cd317bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,7 @@ updates: - package-ecosystem: "composer" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" time: "05:15" timezone: "America/Bogota" rebase-strategy: "auto" - open-pull-requests-limit: 20 -