dependabot: enable groups
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>
This commit is contained in:
parent
2196327f55
commit
51fd1d47e6
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@ -5,6 +5,19 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 10
|
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"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
Reference in New Issue
Block a user