Do not bump any k8s module

Without this patch, dependabot will still try to bump some k8s
dependencies.

This is a problem, as we need to bump them together, manually.

This should fix it by removing them all from dependabot.
This commit is contained in:
Jean-Philippe Evrard
2020-12-14 10:25:52 +01:00
parent e716e9c2b4
commit 996b1459b1
+3 -1
View File
@@ -11,5 +11,7 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "k8s.io/kubectl"
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apimachinery"
- dependency-name: "k8s.io/client-go"
- dependency-name: "k8s.io/kubectl"