diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eec5cb0..31fdb4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,18 @@ updates: - package-ecosystem: "composer" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "monday" time: "08:00" timezone: "Europe/Paris" + cooldown: + default-days: 15 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "monday" time: "08:00" timezone: "Europe/Paris" + cooldown: + default-days: 15