Skip to content

Commit

Permalink
Apply preserveSemverRanges to rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje authored Jan 24, 2025
1 parent d6a87c8 commit d0d0e39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gemspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,17 @@
"datasourceTemplate": "rubygems",
"versioningTemplate": "ruby"
}
],
"packageRules": [
{
"description": "Applies \":preserveSemverRanges\" to the custom above manager. See: https://github.com/renovatebot/renovate/discussions/28090",
"matchDatasources": [
"rubygems"
],
"matchManagers": [
"custom.regex"
],
"rangeStrategy": "replace"
}
]
}

0 comments on commit d0d0e39

Please sign in to comment.