Automated Dependency Updates for Bundler (original) (raw)

Categories: ruby

Renovate supports updating Bundler dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: /(^|/)Gemfile$/.

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: rubygems, ruby-version.

Dependency types

This manager has no documented depType values.

Default config

{ "managerFilePatterns": [ "/(^|/)Gemfile$/" ], "versioning": "ruby" }

Lock File Maintenance

This manager supports lockFileMaintenance for the following file(s):

Additional Information

Renovate uses the bundler manager to extract dependencies from Gemfile and Gemfile.lock files.

Authenticating private registry

If:

Then you should authenticate Renovate with hostRules. For example:

{ "hostRules": [ { "matchHost": "private-registry.company.com", "hostType": "rubygems", "token": "abc123" } ] }

Important notes:

To avoid committing raw secrets to your repository, either: