Skip to content

Commit

Permalink
Prevent Renovate updating Ruby version
Browse files Browse the repository at this point in the history
Generally we do not want to update the version of Ruby in the gem as we
want to support as many applications as possible.

To prevent the version of Ruby from being updated without consideration,
we'll prevent Renovate from opening PRs to update it.
  • Loading branch information
mec committed Feb 19, 2024
1 parent 2018b30 commit 78a39bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
"config:base"
],
"dependencyDashboard": false
"ignoreDeps": ["ruby-version"]
}

0 comments on commit 78a39bb

Please sign in to comment.