1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/.dependabot/config.yml
XhmikosR c8b09f6f42
Update dependabot config (#29560)
* Partially revert "Update dependabot config (#29536)"

This partially reverts commit b483f80b9e.

* dependabot: switch to `increase_versions`
2019-10-22 10:40:03 +03:00

20 lines
628 B
YAML

# 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"
- "v5"
version_requirement_updates: "increase_versions"
ignored_updates:
- match:
dependency_name: "karma-browserstack-launcher"
version_requirement: "1.5.1"