fix(dependabot): adjust schedule to weekly with specific timezone#357
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
dailytoweeklywith an explicit Saturday midnight run time. - Added explicit
timeandtimezonefields to ensure the schedule runs at the intended local time. - Updated the corresponding
_atom/IBuild.csDependabot 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 thenugetdependency update schedule from daily to weekly, specifying updates to run on Saturdays at 00:00 in the Australia/Brisbane timezone._atom/IBuild.cs: Updated theScheduleconfiguration for builds to run weekly on Saturdays at 00:00, also in the Australia/Brisbane timezone.