diff options
-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 |