Correct renovate ruby manager declaration to use bundler (#15)

This commit is contained in:
Patrick Honkonen 2024-04-03 12:39:30 -04:00 committed by GitHub
parent 67d641572e
commit 6a226f21bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
]