Skip to content

Commit

Permalink
Disable updates for Ruby
Browse files Browse the repository at this point in the history
We need a certain Ruby version that works to generate and install the Appraisals. This is Ruby 2.7 for the moment.
  • Loading branch information
andyundso committed Jan 3, 2024
1 parent e3fc2d6 commit 443d470
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>simplificator/renovate-preset"
],
"packageRules": [
{
"matchPackagePatterns": [
"ruby"
],
"enabled": false
}
]
}

0 comments on commit 443d470

Please sign in to comment.