From 991d593a9246201a2e030be69b98ee2311b2b032 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 30 Dec 2020 15:20:39 -0800 Subject: Add expeditor update subscriptions for all our gem deps This should reduce the number of hand created PRs to update the Gemfile.lock. Signed-off-by: Tim Smith --- .expeditor/config.yml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index f91b6462e1..deaf0749cd 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -157,3 +157,51 @@ subscriptions: - workload: ruby_gem_published:ffi-libarchive-* actions: - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:plist-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:ffi-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:net-ssh-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:tty-prompt-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:tty-screen-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:tty-table-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:pastel-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:erubis-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:bcrypt_pbkdf-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:ed25519-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:addressable-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:proxifier-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:syslog-logger-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:uuidtools-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:iniparse-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:net-sftp-* + actions: + - bash:.expeditor/update_dep.sh \ No newline at end of file -- cgit v1.2.1