mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: group golang.org/x/ under golang dependencies
Golang dependencies are already grouped, but they only contain packages from `github.com/golang*`. There are more Golang standard packages that are located at `golang.org/x/*`. Because of the tight relationship between these packages, it is more efficient to group updates together. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
b47643d854
commit
7cfe1127ce
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -11,6 +11,7 @@ updates:
|
|||||||
golang-dependencies:
|
golang-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "github.com/golang*"
|
- "github.com/golang*"
|
||||||
|
- "golang.org/x/*"
|
||||||
k8s-dependencies:
|
k8s-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "k8s.io*"
|
- "k8s.io*"
|
||||||
|
Loading…
Reference in New Issue
Block a user