status-go/.dependabot/config.yml
Pedro Pombeiro ed5a5c154d
Move to monorepo structure (#1684)
Move to a monorepo structure with submodules

- Rename status-protocol-go to status-go/protocol
2019-11-21 17:19:22 +01:00

18 lines
432 B
YAML

# https://dependabot.com/docs/config-file/
version: 1
update_configs:
# Keep go.mod and go.sum up to date, batching pull requests weekly
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
default_assignees:
- "adambabik"
- "cammellos"
- package_manager: "go:modules"
directory: "/protocol"
update_schedule: "weekly"
default_assignees:
- "adambabik"
- "cammellos"