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

ci(dependabot): Watch for bundler updates #413

Merged
merged 3 commits into from
Dec 19, 2023
Merged

ci(dependabot): Watch for bundler updates #413

merged 3 commits into from
Dec 19, 2023

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Dec 16, 2023

  • Configure dependabot to create pull requests to update the base Gemfile, which is used for release-level specs.
  • Look for dependency updates weekly, but remove the open pull request limit. This should front-load our dependency bumps for the week for this repo, which I think will be preferable to constantly dealing with more bumps throughout the week. This doesn't affect security bumps.

- Configure dependabot to create pull requests to update the base
  Gemfile, which is used for release-level specs.
- Look for dependency updates weekly, but remove the open pull request
  limit. This should front-load our dependency bumps for the week for
  this repo, which I think will be preferable to constantly dealing with
  more bumps throughout the week. This doesn't affect security bumps.
@ctlong ctlong requested a review from a team as a code owner December 16, 2023 18:32
- Specify the current stable version (3.2.2) as the ruby version.
- Regenerate the Gemfile.lock.
- Add `development` group to the gems we already install.
Copy link
Contributor

@chombium chombium left a comment

Choose a reason for hiding this comment

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

LGTM!

@ctlong ctlong merged commit f898aef into main Dec 19, 2023
8 checks passed
@ctlong ctlong deleted the ci/dependabot branch December 19, 2023 17:40
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