Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-21 12:08:54 +0300
committerGitHub <noreply@github.com>2019-10-21 12:08:54 +0300
commitc5e072bfe65edd2c50868de7d8c7b860f44c44b2 (patch)
tree2b9924dcafad055bf4cd67ade45ddc06cca244f7
parent519c57c9c1f16f9c9d0235ca5c927fdd4472a660 (diff)
Add dependabot config (#172)
-rw-r--r--.dependabot/config.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644
index 0000000..4e1ca9c
--- /dev/null
+++ b/.dependabot/config.yml
@@ -0,0 +1,15 @@
+# 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:
+ - "MartijnCuppens"
+ - "XhmikosR"
+ default_labels:
+ - "dependencies"
+ version_requirement_updates: "increase_versions"