From: XhmikosR Date: Wed, 16 Oct 2019 11:48:28 +0000 (+0300) Subject: Add dependabot config (#29526) X-Git-Tag: v5.0.0-alpha1~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8486962ef0260553432ce1a0401cabba81b968;p=thirdparty%2Fbootstrap.git Add dependabot config (#29526) --- diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 0000000000..2be0b789c2 --- /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"