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:
Niels de Vos 2023-10-11 09:36:25 +02:00 committed by mergify[bot]
parent e426f6c73e
commit e97bd247c8

View File

@ -20,6 +20,7 @@ updates:
patterns:
- "github.com*"
exclude-patterns:
- "github.com/ceph/*"
- "github.com/golang*"
- "github.com/container-storage-interface/spec"
labels: