]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update dependeabot config (#30153)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 13 Feb 2020 12:50:33 +0000 (14:50 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 12:50:33 +0000 (14:50 +0200)
.dependabot/config.yml

index 8451f8185f29b1cca099411f05de02c17463ab05..9c902d005410617caef5bd9313a53ac87e866958 100644 (file)
@@ -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"