
See https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/ Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
26 lines
536 B
YAML
26 lines
536 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
golang-x:
|
|
patterns:
|
|
- "golang.org/x/*"
|
|
k8s:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
moby-sys:
|
|
patterns:
|
|
- "github.com/moby/sys/*"
|
|
otel:
|
|
patterns:
|
|
- "go.opentelemetry.io/*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 10
|