Skip to content

Commit

Permalink
feat: allow installation of more current listen version and ignore it…
Browse files Browse the repository at this point in the history
… for renovate
  • Loading branch information
tboerger committed Aug 9, 2023
1 parent 85776ae commit c14cd42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>webhippie/.github//renovate/preset"
],
"packageRules": [
{
"matchDatasources": [
"rubygems"
],
"matchPackageNames": [
"listen"
],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :development do
gem "guard-rspec", require: false
gem "guard-rubocop", require: false

gem "listen", "~> 3.0.7"
gem "listen", ">= 3.0.7"
end

group :test do
Expand Down

0 comments on commit c14cd42

Please sign in to comment.