diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-03-04 16:10:23 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-03-04 16:10:23 -0800 |
commit | f7391afb25784cef1d2f4641eca457e94748882e (patch) | |
tree | 8b1f6963e0ea2dcb8187a8d124fd445ef4640c35 | |
parent | 854e4fc2a4cdec5f787add476a53e9120187e2ff (diff) | |
download | chef-f7391afb25784cef1d2f4641eca457e94748882e.tar.gz |
Add dep bump PRs for more win32 gems
Automate more of our boring dep bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index d2dcb01d0a..7b6b13311c 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -142,6 +142,21 @@ subscriptions: - workload: ruby_gem_published:win32-taskscheduler-* actions: - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:win32-certstore-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:win32-event-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:win32-mutex-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:win32-eventlog-* + actions: + - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:win32-api-* + actions: + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:ffi-yajl-* actions: - bash:.expeditor/update_dep.sh |