|
|
|
@ -1,7 +1,24 @@
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
updates:
|
|
|
|
|
- # Keep dev-v3 branch dependencies up to date, while Helm v3 is within support
|
|
|
|
|
package-ecosystem: "gomod"
|
|
|
|
|
target_branch: "dev-v3"
|
|
|
|
|
directory: "/"
|
|
|
|
|
schedule:
|
|
|
|
|
interval: "daily"
|
|
|
|
|
groups:
|
|
|
|
|
k8s.io:
|
|
|
|
|
patterns:
|
|
|
|
|
- "k8s.io/api"
|
|
|
|
|
- "k8s.io/apiextensions-apiserver"
|
|
|
|
|
- "k8s.io/apimachinery"
|
|
|
|
|
- "k8s.io/apiserver"
|
|
|
|
|
- "k8s.io/cli-runtime"
|
|
|
|
|
- "k8s.io/client-go"
|
|
|
|
|
- "k8s.io/kubectl"
|
|
|
|
|
- package-ecosystem: "gomod"
|
|
|
|
|
target_branch: "main"
|
|
|
|
|
directory: "/"
|
|
|
|
|
schedule:
|
|
|
|
|
interval: "daily"
|
|
|
|
@ -16,6 +33,7 @@ updates:
|
|
|
|
|
- "k8s.io/client-go"
|
|
|
|
|
- "k8s.io/kubectl"
|
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
|
target_branch: "main"
|
|
|
|
|
directory: "/"
|
|
|
|
|
schedule:
|
|
|
|
|
interval: "daily"
|
|
|
|
|