mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
|
||||
patterns:
|
||||
- "github.com/golang*"
|
||||
- "golang.org/x/*"
|
||||
k8s-dependencies:
|
||||
patterns:
|
||||
- "k8s.io*"
|
||||
|
Loading…
Reference in New Issue
Block a user