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 -