/gem_updater

gem_updater automatically creates pull-requests with gem updates.

Primary LanguageRubyMIT LicenseMIT

GemUpdater

Build Status

GemUpdater

GemUpdater automatically creates pull-requests with gem updates. Just run the following.

docker run --rm \
  --env='GITHUB_TOKEN=asdfasdfasdfasdf' \
  --env="REPOSITORIES='rails/rails rails/actioncable'" \
  schasse/gem_updater

And a pull request per gem will be created. See schasse/outdated#3 as example pull request.