diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d13d1b..5b3733d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,14 +7,23 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles" - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles" - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles"