diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-04 15:37:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-04 15:37:28 -0700 |
commit | 094947a473edd3f25ff642d01a97f3561e9d5d59 (patch) | |
tree | 4f6656c1b41b11c2847c9a729e6b7746f0a28af9 /.expeditor | |
parent | 4db517965e02a70519c53eefaa69f05a975709fc (diff) | |
download | chef-094947a473edd3f25ff642d01a97f3561e9d5d59.tar.gz |
Prevent double inspec dep bump PRs
Subscribe to the more specific gem so we avoid double bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 7858f9d866..3323d1f470 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -151,7 +151,7 @@ subscriptions: - workload: ruby_gem_published:ohai-* actions: - bash:.expeditor/update_dep.sh - - workload: ruby_gem_published:inspec-core-* + - workload: ruby_gem_published:inspec-core-bin-* actions: - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:train-core-* |