1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Update dependeabot config (#30153)

This commit is contained in:
XhmikosR
2020-02-13 14:50:33 +02:00
committed by GitHub
parent 6f4784c8bb
commit f2aeea6927

View File

@@ -1,14 +1,10 @@
# https://dependabot.com/docs/config-file/ # https://dependabot.com/docs/config-file/
version: 1 version: 1
update_configs: update_configs:
# Keep package.json (& lockfiles) up to date as soon as
# new versions are published to the npm registry
- package_manager: "javascript" - package_manager: "javascript"
directory: "/" directory: "/"
update_schedule: "weekly" update_schedule: "weekly"
# Apply default reviewer and label to created pull requests
default_reviewers: default_reviewers:
- "Johann-S"
- "XhmikosR" - "XhmikosR"
default_labels: default_labels:
- "dependencies" - "dependencies"