We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0af9d commit dbd303cCopy full SHA for dbd303c
.github/dependabot.yml
@@ -24,3 +24,7 @@ updates:
24
timezone: "America/Chicago"
25
commit-message:
26
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