mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: do not include go-ceph in generic GitHub package rebases
go-ceph is an important package that we consume. It is better to have that as separate rebase PR from Dependabot and not include it in the general GitHub package group. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
e426f6c73e
commit
e97bd247c8
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -20,6 +20,7 @@ updates:
|
|||||||
patterns:
|
patterns:
|
||||||
- "github.com*"
|
- "github.com*"
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
|
- "github.com/ceph/*"
|
||||||
- "github.com/golang*"
|
- "github.com/golang*"
|
||||||
- "github.com/container-storage-interface/spec"
|
- "github.com/container-storage-interface/spec"
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user