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:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -21,3 +21,5 @@ updates:
|
||||
golang:
|
||||
patterns:
|
||||
- "*"
|
||||
exclude-patterns:
|
||||
- "github.com/containernetworking/*"
|
||||
|
Reference in New Issue
Block a user