mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
21 lines
391 B
YAML
21 lines
391 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /tools/mod # Not linked from /go.mod
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: all
|