diff options
| author | XhmikosR <[email protected]> | 2019-10-16 14:48:28 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-16 14:48:28 +0300 |
| commit | 2a8486962ef0260553432ce1a0401cabba81b968 (patch) | |
| tree | c162949e2ed93170085f7f678cad2e132fc713d5 | |
| parent | b4e957d360899c2555cb29a3ae4589405883bba9 (diff) | |
| download | bootstrap-2a8486962ef0260553432ce1a0401cabba81b968.tar.xz bootstrap-2a8486962ef0260553432ce1a0401cabba81b968.zip | |
Add dependabot config (#29526)
| -rw-r--r-- | .dependabot/config.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 000000000..2be0b789c --- /dev/null +++ b/.dependabot/config.yml @@ -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" |
