Update Gemfile version of Ruby ONLY #9433
-
We are using dependabot, and stumbled upon renovate, which seems really sweet! I'd like to get renovate configured to only modify our top level language dependencies, primary example being ruby. Preferably, the config would allow for:
Issues I'm running into:
Any examples for these available? Thanks! We're using hosted, and I'm currently in the config PR stage. Here's my current config: {
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"enabledManagers": [
"circleci",
"dockerfile",
"ruby-version"
],
"lockFileMaintenance": {
"enabled": true
},
"ruby": {
"major": {
"enabled": false
}
},
"packageRules": [
{
"matchPackagePatterns": ["ruby|docker"],
"groupName": "ruby lang"
}
]
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
When you get two PRs when you prefer one, what are the two branch names? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help @rarkins! The ruby version in the Gemfile ( /cc @gburgett |
Beta Was this translation helpful? Give feedback.
When you get two PRs when you prefer one, what are the two branch names?