mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Add dependabot config (#29526)
This commit is contained in:
parent
b4e957d360
commit
2a8486962e
18
.dependabot/config.yml
Normal file
18
.dependabot/config.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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"
|
||||||
|
ignored_updates:
|
||||||
|
- match:
|
||||||
|
dependency_name: "karma-browserstack-launcher"
|
||||||
|
version_requirement: "1.5.1"
|
Loading…
x
Reference in New Issue
Block a user