github.com/status-im/status-go@v1.1.0/.dependabot/config.yml (about)

     1  # https://dependabot.com/docs/config-file/
     2  
     3  version: 1
     4  update_configs:
     5    # Keep go.mod and go.sum up to date, batching pull requests weekly
     6    - package_manager: "go:modules"
     7      directory: "/"
     8      update_schedule: "weekly"
     9      default_assignees:
    10      - "cammellos"
    11      - "Samyoul"
    12      allowed_updates:
    13        - match:
    14            update_type: "security"