From 9397270f5e14b0f6979e0825eecd32a034fc5c3f Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Thu, 16 May 2024 11:25:50 +0200 Subject: [PATCH] dependabot: don't automatically update cni packages We should manage their lifecycle separately. Signed-off-by: Casey Callendrello --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed0b3544..f43c2fd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,5 @@ updates: golang: patterns: - "*" + exclude-patterns: + - "github.com/containernetworking/*"