chore(deps): group dependabot updates and track GitHub Actions - #72
Merged
Conversation
Batch every NuGet bump into a single weekly PR via a catch-all group instead of one PR per package. The SixLabors major-version ignore rules still apply inside the group. Also add a github-actions ecosystem entry so the actions used by .github/workflows/*.yml are kept up to date, grouped the same way. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration to reduce update noise and ensure GitHub Actions dependencies are also kept current alongside NuGet packages.
Changes:
- Adds a catch-all Dependabot
groupsentry for the NuGet ecosystem so dependency updates arrive as a single weekly PR. - Adds a new
github-actionsecosystem entry (weekly) with a catch-all group to track updates for actions referenced by workflows. - Preserves the existing
ignorerules preventing SixLabors major-version updates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
groupsentry to the NuGet ecosystem so every dependency bump lands in a single weekly PR instead of one PR per package.github-actionsecosystem section (directory: "/", weekly, same catch-all group) so the actions used by.github/workflows/*.ymlare kept up to date — they weren't being tracked at all before.Actions now covered:
actions/checkout,actions/cache,actions/setup-dotnet,actions/setup-java,actions/upload-artifact,codecov/codecov-action.Notes
ignorerules are preserved and still apply inside the group.minor/patchgroup and letting majors arrive individually.Test plan
🤖 Generated with Claude Code