Merge pull request #13509 from helm/dep_update_devv3

Dependabot update `dev-v3` branch go modules
pull/13510/head
Matt Farina 10 months ago committed by GitHub
commit 5edfc10bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save