Skip to content

Commit

Permalink
Correct renovate ruby manager declaration to use bundler (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Apr 3, 2024
1 parent 67d6415 commit 6a226f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"enabledManagers": [
"github-actions",
"gradle",
"ruby"
"bundler"
],
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}",
Expand Down Expand Up @@ -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"
]
}
]
Expand Down

0 comments on commit 6a226f2

Please sign in to comment.