From: XhmikosR Date: Wed, 16 Oct 2019 15:06:26 +0000 (+0300) Subject: Update dependabot config (#29536) X-Git-Tag: v5.0.0-alpha1~724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b483f80b9ea79318273299c7b365c3abff3bfeea;p=thirdparty%2Fbootstrap.git Update dependabot config (#29536) Now it should properly ignore the current published karma-browserstack-launcher versions --- diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 2be0b789c2..9cbf33949a 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -12,7 +12,8 @@ update_configs: - "XhmikosR" default_labels: - "dependencies" + - "v5" ignored_updates: - match: dependency_name: "karma-browserstack-launcher" - version_requirement: "1.5.1" + version_requirement: "> 1.4.0 < 1.5.2"