Skip to content
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

[#162448] Tech task: Group rails gems on dependabot prs #4660

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

joaquinco
Copy link
Collaborator

Create Dependabot group for rails gems

This should cause all rails gems to be updated together in the same pr.
Allow only patch updates since larger updates should be done with manually.

@joaquinco joaquinco requested a review from a team as a code owner October 16, 2024 12:11
@LeticiaErrandonea
Copy link
Collaborator

I think I'd rather include minor version as well. It may fail, but it's an easy way to keep track of Rails minor version bumps needed and what has to be fixed

@joaquinco
Copy link
Collaborator Author

I only included patch versions so they are easy to merge. Minor version upgrades might require more work that ends up being postponed indefinitely and can make dependabot omit patch versions upgrades on its behalf.

We can always tell dependabot to ignore minor versions we don't want so it does not block it from creating patch version updates so I'm ok with including it.

@joaquinco joaquinco merged commit bdb257c into master Oct 18, 2024
4 checks passed
@joaquinco joaquinco deleted the tech-task/dependabot-rails branch October 18, 2024 20:43
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