diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-30 15:20:39 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 15:20:39 -0800 |
commit | 991d593a9246201a2e030be69b98ee2311b2b032 (patch) | |
tree | 0282b9dd0e3406ad4ff80129ac1359319e911d87 | |
parent | 346240a407bcf05f6ffff5a84189e4fc21722177 (diff) | |
download | chef-991d593a9246201a2e030be69b98ee2311b2b032.tar.gz |
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 <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 48 |
1 files changed, 48 insertions, 0 deletions
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 |