diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08486a3..7abe616 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" + time: "12:00" + timezone: "Etc/UTC" open-pull-requests-limit: 10 groups: # Group all non-major updates @@ -24,4 +27,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" + time: "12:00" + timezone: "Etc/UTC" open-pull-requests-limit: 5 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75604a3..812b10d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master, develop ] schedule: - - cron: '0 9 * * 1' # Every Monday at 9 AM UTC + - cron: '0 12 * * 1' # Every Monday at 12 PM UTC jobs: type-check: