mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
12 lines
282 B
YAML
12 lines
282 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"
|