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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-02-13 15:50:33 +0300
committerGitHub <noreply@github.com>2020-02-13 15:50:33 +0300
commitf2aeea6927a78012331476251e188dc7a019648c (patch)
treea39629960040c3c8408a208ab98d269e4ed5dfcf /.dependabot
parent6f4784c8bb9004d5ece284fde1652b0d7706937e (diff)
Update dependeabot config (#30153)
Diffstat (limited to '.dependabot')
-rw-r--r--.dependabot/config.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
index 8451f8185f..9c902d0054 100644
--- a/.dependabot/config.yml
+++ b/.dependabot/config.yml
@@ -1,14 +1,10 @@
# 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"