mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Correct renovate ruby manager declaration to use bundler (#15)
This commit is contained in:
parent
67d641572e
commit
6a226f21bd
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@ -6,7 +6,7 @@
|
||||
"enabledManagers": [
|
||||
"github-actions",
|
||||
"gradle",
|
||||
"ruby"
|
||||
"bundler"
|
||||
],
|
||||
"commitMessagePrefix": "[deps]:",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
@ -44,14 +44,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "ruby minor",
|
||||
"description": "Group minor and patch updates to Ruby gems.",
|
||||
"groupName": "bundler minor",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchManagers": [
|
||||
"ruby"
|
||||
"bundler"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user