From f5b672edb1939642c44946d11cee1444c681c39d 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 e80201fc1a3..e98947fd404 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: