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"
|