From: XhmikosR Date: Thu, 13 Feb 2020 12:50:33 +0000 (+0200) Subject: Update dependeabot config (#30153) X-Git-Tag: v5.0.0-alpha1~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2aeea6927a78012331476251e188dc7a019648c;p=thirdparty%2Fbootstrap.git Update dependeabot config (#30153) --- diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 8451f8185f..9c902d0054 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -1,14 +1,10 @@ # 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"