dependabot: don't automatically update cni packages

We should manage their lifecycle separately.

Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
Casey Callendrello 2024-05-16 11:25:50 +02:00
parent 3af6e6b61d
commit 9397270f5e

View File

@ -21,3 +21,5 @@ updates:
golang: golang:
patterns: patterns:
- "*" - "*"
exclude-patterns:
- "github.com/containernetworking/*"