Update dependabot config (#29536)

Now it should properly ignore the current published karma-browserstack-launcher versions
This commit is contained in:
XhmikosR 2019-10-16 18:06:26 +03:00 committed by GitHub
parent 680efa6a81
commit b483f80b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"