Skip to content

Commit

Permalink
Correct renovate ruby manager declaration to use bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Apr 3, 2024
1 parent 67d6415 commit 205a2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -51,7 +51,7 @@
"patch"
],
"matchManagers": [
"ruby"
"bundler"
]
}
]
Expand Down

0 comments on commit 205a2cc

Please sign in to comment.