2019-10-11 05:00:46 +00:00
|
|
|
# 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:
|
|
|
|
- "cammellos"
|
2020-05-14 07:47:38 +00:00
|
|
|
- "Samyoul"
|
2020-05-15 15:01:41 +00:00
|
|
|
allowed_updates:
|
|
|
|
- match:
|
2020-05-15 18:46:29 +00:00
|
|
|
update_type: "security"
|