Skip to content

Improve repository configuration #2218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mroderick
Copy link

@mroderick mroderick commented Jul 11, 2025

Reviewers are encouraged to read the individual commits to maintain their sanity.

  • chore: group minor and patch level
  • chore: group github action updates into one pr
  • chore: remove extra ruby version from workflow

This will make dependabot group minor and patch level ruby dependency
updates together into one pull request. This will greatly reduce the
number of open pull requests that maintainer will have to manage.
If there are more than one update to GitHub Actions dependencies
(like `actions/checkout`) at the same time, then the updates will be
grouped into a single pull request.

If the pull request remains open, then subsequent updates will be added
to it.

This should help keep the number of open pull requests down.
`ruby/setup-ruby` action will use the ruby version specified in
`.ruby-version` in the root of the repository.

This means only one place to update ruby in the repository.
Copy link
Contributor

@matyikriszta matyikriszta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mroderick, looks good to go. Please tag me in future PRs as a reviewer (if there's more coming).

@mroderick
Copy link
Author

@matyikriszta I think all the checks we care about are passing. Do you have powers to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants