]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add dependabot config (#29526)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 16 Oct 2019 11:48:28 +0000 (14:48 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2019 11:48:28 +0000 (14:48 +0300)
.dependabot/config.yml [new file with mode: 0644]

diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644 (file)
index 0000000..2be0b78
--- /dev/null
@@ -0,0 +1,18 @@
+# https://dependabot.com/docs/config-file/
+version: 1
+update_configs:
+  # Keep package.json (& lockfiles) up to date as soon as
+  # new versions are published to the npm registry
+  - package_manager: "javascript"
+    directory: "/"
+    update_schedule: "weekly"
+    # Apply default reviewer and label to created pull requests
+    default_reviewers:
+      - "Johann-S"
+      - "XhmikosR"
+    default_labels:
+      - "dependencies"
+    ignored_updates:
+      - match:
+          dependency_name: "karma-browserstack-launcher"
+          version_requirement: "1.5.1"