chore(ci): monthly, grouped Dependabot updates - #17
Conversation
Weekly nuget and github-actions updates opened up to eight PRs a month, each triggering a full CI run. Monthly cadence with minor/patch grouping keeps the same coverage at a fraction of the noise.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e02a8f88f9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| github-actions: | ||
| patterns: | ||
| - "*" |
There was a problem hiding this comment.
Exclude major GitHub Actions updates from the group
When one of the workflow actions receives a major update, patterns: ["*"] makes it eligible for this group because there is no update-types restriction. Multiple breaking action upgrades can therefore be combined into one pull request rather than arriving individually as intended; restrict this group to minor and patch updates as the NuGet group does.
Useful? React with 👍 / 👎.
Weekly
nugetandgithub-actionsupdates opened up to eight PRs a month, each triggering a full CI run.Moves both ecosystems to
monthly, caps open PRs at 3, and groups minor/patch bumps into a single PR. Major bumps still arrive individually, so nothing that deserves attention gets hidden.CI on this repo is currently green; this changes cadence only.