diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db97e82c5..f1d7be31a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,10 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: daily + # Start the week with fresh deps + interval: "weekly" + day: "sunday" + time: "09:00" labels: - "theme/dependencies" - package-ecosystem: gomod