]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update dependabot config (#29536)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 16 Oct 2019 15:06:26 +0000 (18:06 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2019 15:06:26 +0000 (18:06 +0300)
Now it should properly ignore the current published karma-browserstack-launcher versions

.dependabot/config.yml

index 2be0b789c212ff246c6f3d769378b4cfd7d25fa9..9cbf33949a6bfe7424c75156cafedf1da1dd12fc 100644 (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"