[dependabot.yml] Group the devvit dependencies into the same PR#29
Open
ben-harris-5 wants to merge 2 commits into
Open
[dependabot.yml] Group the devvit dependencies into the same PR#29ben-harris-5 wants to merge 2 commits into
ben-harris-5 wants to merge 2 commits into
Conversation
ben-harris-5
commented
May 12, 2026
Comment on lines
+7
to
+9
| interval: "cron" | ||
| cronjob: "0 17 * * 1,2" # At 5pm on Monday and Tuesday - https://crontab.guru/ | ||
| timezone: "America/New_York" |
Member
Author
There was a problem hiding this comment.
Based on docs: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#cronjob
Crontab explainer: https://crontab.guru/#0_17_*_*_1,2
Timezone from: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Comment on lines
+11
to
+15
| groups: | ||
| devvit: | ||
| patterns: | ||
| - "devvit" | ||
| - "@devvit/*" |
Member
Author
There was a problem hiding this comment.
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 should help make the version bump upgrades easier, by grouping them all into one PR!
Also changed the job frequency, to run on Monday and Tuesday at 5pm (to catch if we end up doing a late deploy and/or Monday's a holiday).