mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
b483f80b9e
Now it should properly ignore the current published karma-browserstack-launcher versions
20 lines
585 B
YAML
20 lines
585 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"
|
|
ignored_updates:
|
|
- match:
|
|
dependency_name: "karma-browserstack-launcher"
|
|
version_requirement: "> 1.4.0 < 1.5.2"
|