diff options
| author | XhmikosR <[email protected]> | 2019-10-16 18:06:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-16 18:06:26 +0300 |
| commit | b483f80b9ea79318273299c7b365c3abff3bfeea (patch) | |
| tree | 9f2e14245788785d8a545ed9329659b2f934b358 | |
| parent | 680efa6a81d864791e4d9ede12bc1dd455228b63 (diff) | |
| download | bootstrap-b483f80b9ea79318273299c7b365c3abff3bfeea.tar.xz bootstrap-b483f80b9ea79318273299c7b365c3abff3bfeea.zip | |
Update dependabot config (#29536)
Now it should properly ignore the current published karma-browserstack-launcher versions
| -rw-r--r-- | .dependabot/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 2be0b789c..9cbf33949 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" |
