Skip to content

Commit dbd303c

Browse files
author
Jonathan Yu
authored
chore: ignore kubernetes dependencies with dependabot (#194)
1 parent 9e0af9d commit dbd303c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ updates:
2424
timezone: "America/Chicago"
2525
commit-message:
2626
prefix: "chore"
27+
ignore:
28+
# Kubernetes is pulled in as a dependency of Helm, and we should
29+
# be able to use whichever version it pulls in
30+
- dependency-name: "k8s.io/*"

0 commit comments

Comments
 (0)