diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12907120c2..2acb15b2de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,7 +30,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "monday" timezone: "America/Los_Angeles" time: "03:00" @@ -44,7 +44,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "monday" timezone: "America/Los_Angeles" time: "06:00" @@ -66,7 +66,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "wednesday" timezone: "America/Los_Angeles" time: "01:00"