aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-10-16 14:48:28 +0300
committerGitHub <[email protected]>2019-10-16 14:48:28 +0300
commit2a8486962ef0260553432ce1a0401cabba81b968 (patch)
treec162949e2ed93170085f7f678cad2e132fc713d5
parentb4e957d360899c2555cb29a3ae4589405883bba9 (diff)
downloadbootstrap-2a8486962ef0260553432ce1a0401cabba81b968.tar.xz
bootstrap-2a8486962ef0260553432ce1a0401cabba81b968.zip
Add dependabot config (#29526)
-rw-r--r--.dependabot/config.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644
index 000000000..2be0b789c
--- /dev/null
+++ b/.dependabot/config.yml
@@ -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"