diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8e5696..f12faf5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,11 @@ updates: directory: "/build" schedule: interval: "weekly" + day: "sunday" # Check for updates to NPM packages - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + day: "sunday"