summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-30 15:55:22 -0800
committerGitHub <noreply@github.com>2020-12-30 15:55:22 -0800
commit69129178ba11f8d4c329d477dfff9eacb4660025 (patch)
tree0282b9dd0e3406ad4ff80129ac1359319e911d87
parent346240a407bcf05f6ffff5a84189e4fc21722177 (diff)
parent991d593a9246201a2e030be69b98ee2311b2b032 (diff)
downloadchef-69129178ba11f8d4c329d477dfff9eacb4660025.tar.gz
Merge pull request #10802 from chef/expeditor_subs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml48
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