From e97bd247c82951a3d9367cce26bf52f27068ceac Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 11 Oct 2023 09:36:25 +0200 Subject: [PATCH] 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 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e80201fc1..e98947fd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: patterns: - "github.com*" exclude-patterns: + - "github.com/ceph/*" - "github.com/golang*" - "github.com/container-storage-interface/spec" labels: