Skip to content

chore: unify all scheduled GitHub Actions to Monday 12:00 UTC#68

Merged
empeje merged 1 commit into
masterfrom
copilot/update-github-actions-schedule
Apr 6, 2026
Merged

chore: unify all scheduled GitHub Actions to Monday 12:00 UTC#68
empeje merged 1 commit into
masterfrom
copilot/update-github-actions-schedule

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

Consolidates all scheduled automation (CI and Dependabot) to a single weekly slot — Monday 12:00 UTC — to reduce scattered runs and lower maintenance overhead.

Changes

  • .github/workflows/ci.yml — Shifted cron from 0 9 * * 10 12 * * 1
  • .github/dependabot.yml — Added explicit day: monday, time: "12:00", timezone: "Etc/UTC" to both npm and github-actions ecosystems (previously defaulted to an unspecified weekday/time)

@empeje empeje marked this pull request as ready for review April 6, 2026 19:10
Copilot AI review requested due to automatic review settings April 6, 2026 19:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates scheduled automation to run weekly on Monday at 12:00 UTC, aligning CI and Dependabot update timing to reduce fragmented scheduled runs.

Changes:

  • Updated the CI workflow cron schedule to 0 12 * * 1 (Mondays 12:00 UTC).
  • Set Dependabot weekly schedules explicitly to Monday 12:00 in Etc/UTC for both npm and github-actions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci.yml Moves the scheduled CI run to Monday 12:00 UTC via cron update.
.github/dependabot.yml Explicitly pins Dependabot weekly runs to Monday 12:00 UTC for both ecosystems.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@empeje empeje merged commit 9d2d28b into master Apr 6, 2026
7 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants