mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 12:15:18 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
dev-dependencies:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
# Allow both direct and indirect updates for all packages
|
|
- dependency-type: "all"
|
|
|