Add dependabot group for rubocop* bundler updates#24
Merged
markhallen merged 3 commits intomainfrom Sep 15, 2025
Merged
Conversation
Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add a dependabot group for bundler updates matching 'rubocop*'
Add dependabot group for rubocop* bundler updates
Sep 15, 2025
Owner
|
@copilot We have a dependabot config error: |
…"development" Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com>
Contributor
Author
... Fixed the dependabot configuration error in commit 4c21b1c. The issue was that |
markhallen
approved these changes
Sep 15, 2025
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 PR addresses the issue of managing individual bundler dependency updates for gems matching the pattern "rubocop*" by introducing a dedicated dependabot group configuration.
Problem
Previously, each rubocop-related dependency update (rubocop, rubocop-minitest, rubocop-rake) would generate separate PRs, making it harder to review and merge related updates efficiently.
Solution
Added a new
rubocopgroup to.github/dependabot.ymlthat bundles all updates for dependencies matching the pattern "rubocop*" into a single PR.Changes
.github/dependabot.ymlto include a new group:Benefits
The configuration follows the existing file structure and is consistent with other dependency groups already defined in the project. This change will take effect on the next dependabot run.
Fixes #[issue_number]
Fixes #23
Fixes #23
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.