chore(dependabot): update schedule to run weekly on Saturdays#12
Merged
Conversation
Updated `.github/dependabot.yml` and `_atom/IBuild.cs` to adjust the dependency update schedule. The new schedule runs weekly on Saturdays at 00:00 (Australia/Brisbane timezone) instead of daily.
There was a problem hiding this comment.
Pull request overview
Updates Dependabot scheduling so this repo’s NuGet dependency update PRs run weekly on Saturdays at 00:00 (Australia/Brisbane) instead of running daily, aligning both the checked-in Dependabot config and the Atom-based definition.
Changes:
- Change Dependabot schedule from
dailytoweeklywithday: saturday,time: "00:00", andtimezone: Australia/Brisbane. - Mirror the same schedule change in the Atom build definition (
_atom/IBuild.cs) for the Dependabot preset configuration.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/dependabot.yml |
Adjusts Dependabot’s update schedule to weekly Saturdays at 00:00 Australia/Brisbane. |
_atom/IBuild.cs |
Updates the Atom Dependabot preset schedule settings to match the new weekly schedule. |
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.
Updated
.github/dependabot.ymland_atom/IBuild.csto adjust the dependency update schedule. The new schedule runs weekly on Saturdays at 00:00 (Australia/Brisbane timezone) instead of daily.