Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces Renovate dependency automation to the repository by adding a minimal configuration file. Renovate will automatically create pull requests to keep dependencies up-to-date across Ruby gems, GitHub Actions, and asdf-managed tools.
- Adds
renovate.jsonwith the recommended preset configuration - Enables automated dependency updates for Gemfile, GitHub Actions workflows, and .tool-versions
- Configures Renovate to create up to 8 initial PRs for outdated dependencies
💡 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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.tool-versions(asdf)Gemfile(bundler).github/workflows/test.yml(github-actions)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 8 Pull Requests:
chore(deps): update ruby/setup-ruby digest to bd03e04
renovate/ruby-setup-ruby-digestmasterbd03e04863f52d169e18a2b190e8fa6b84938215chore(deps): update dependency vimrunner to v0.3.5
renovate/vimrunner-0.x-lockfilemaster0.3.5chore(deps): update dependency pry to v0.14.2
renovate/pry-0.x-lockfilemaster0.14.2chore(deps): update dependency pry-byebug to v3.10.1
renovate/pry-byebug-3.x-lockfilemaster3.10.1chore(deps): update dependency rspec to v3.12.0
renovate/rspec-3.x-lockfilemaster3.12.0chore(deps): update dependency ruby to v3.3.0
renovate/ruby-3.xmaster3.3.0chore(deps): update actions/checkout action to v4
renovate/actions-checkout-4.xmasterv4chore(deps): update dependency rake to v13
renovate/rake-13.xmaster'~> 13.1.0'🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.