diff options
author | Lamont Granquist <454857+lamont-granquist@users.noreply.github.com> | 2022-01-21 12:55:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 12:55:03 -0800 |
commit | 34a1773e5294f7d38e88607b048f6452df14b9bb (patch) | |
tree | bd9156fa987212cc9db641758647d1a8b7f3c006 | |
parent | f5ea501df492a4a4d05790348e14509fff7d2200 (diff) | |
parent | 1e23522d4e82867da78c850f4b0ce176836d287a (diff) | |
download | chef-34a1773e5294f7d38e88607b048f6452df14b9bb.tar.gz |
Merge pull request #12498 from chef/lcg/corefoundation
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index deec634d37..84cd154659 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -120,6 +120,9 @@ subscriptions: - trigger_pipeline:habitat/test # subscriptions to Ruby gem dependencies' releases, open PR for updates + - workload: ruby_gem_published:corefoundation-* + actions: + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:mixlib-archive-* actions: - bash:.expeditor/update_dep.sh |