mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
2d13ccf5ec
* Removed protocol dependabot management, now redundant resolves GH-1894
15 lines
350 B
YAML
15 lines
350 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:
|
|
- "cammellos"
|
|
- "Samyoul"
|
|
allowed_updates:
|
|
- match:
|
|
update_type: "security"
|