mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
ed5a5c154d
Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol
18 lines
432 B
YAML
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"
|