Configure Renovate
Created by: renovate[bot]
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
Detected Package Files
-
Gemfile
(bundler)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
Update dependency aasm to v5
- Schedule: ["at any time"]
- Branch name:
renovate/aasm-5.x
- Merge into:
master
- Upgrade aasm to
'~> 5.0'
Update dependency rr to v3
- Schedule: ["at any time"]
- Branch name:
renovate/rr-3.x
- Merge into:
master
- Upgrade rr to
'~> 3.0'
This PR has been generated by Mend Renovate. View repository job log here.