Skip to content

fix(dependabot): adjust schedule to weekly with specific timezone#357

Merged
DecSmith42 merged 1 commit into
mainfrom
improvement/set-dependabot-schedule
Jun 27, 2026
Merged

fix(dependabot): adjust schedule to weekly with specific timezone#357
DecSmith42 merged 1 commit into
mainfrom
improvement/set-dependabot-schedule

Conversation

@DecSmith42

Copy link
Copy Markdown
Collaborator

This pull request updates the scheduling configuration for automated dependency updates and build workflows, changing them from a daily schedule to a weekly schedule on Saturdays at midnight, in the Australia/Brisbane timezone.

Scheduling changes:

  • .github/dependabot.yml: Changed the nuget dependency update schedule from daily to weekly, specifying updates to run on Saturdays at 00:00 in the Australia/Brisbane timezone.
  • _atom/IBuild.cs: Updated the Schedule configuration for builds to run weekly on Saturdays at 00:00, also in the Australia/Brisbane timezone.

Copilot AI review requested due to automatic review settings June 27, 2026 10:00
@DecSmith42 DecSmith42 enabled auto-merge June 27, 2026 10:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the repository’s Dependabot update cadence to run weekly instead of daily, targeting Saturday 00:00 in the Australia/Brisbane timezone. This aligns both the generated Dependabot configuration and its source configuration in the Atom build definition.

Changes:

  • Switched the Dependabot NuGet update schedule from daily to weekly with an explicit Saturday midnight run time.
  • Added explicit time and timezone fields to ensure the schedule runs at the intended local time.
  • Updated the corresponding _atom/IBuild.cs Dependabot preset configuration to match the generated .github/dependabot.yml.

Reviewed changes

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

File Description
.github/dependabot.yml Updates Dependabot’s NuGet schedule to weekly (Saturday 00:00, Australia/Brisbane).
_atom/IBuild.cs Updates the Dependabot preset schedule definition that generates the Dependabot config.

@DecSmith42 DecSmith42 merged commit bc5a684 into main Jun 27, 2026
51 checks passed
@DecSmith42 DecSmith42 deleted the improvement/set-dependabot-schedule branch June 27, 2026 10:16
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.

2 participants