Skip to content

Commit

Permalink
Merge pull request #9059 from killianmuldoon/pr-dependabot-kustomize-…
Browse files Browse the repository at this point in the history
…exclude

🌱 Add exclude for Kustomize API to dependabot config
  • Loading branch information
k8s-ci-robot committed Jul 24, 2023
2 parents fa6e563 + 08e5aec commit b7f9e0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ updates:
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
# Bumping the kustomize API independently can break compatibility with client-go as they share k8s.io/kube-openapi
# as a dependency.
- dependency-name: "sigs.k8s.io/kustomize/api"
commit-message:
prefix: ":seedling:"
labels:
Expand All @@ -47,6 +50,9 @@ updates:
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
# Bumping the kustomize API independently can break compatibility with client-go as they share k8s.io/kube-openapi
# as a dependency.
- dependency-name: "sigs.k8s.io/kustomize/api"
commit-message:
prefix: ":seedling:"
labels:
Expand All @@ -67,6 +73,9 @@ updates:
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
# Bumping the kustomize API independently can break compatibility with client-go as they share k8s.io/kube-openapi
# as a dependency.
- dependency-name: "sigs.k8s.io/kustomize/api"
commit-message:
prefix: ":seedling:"
labels:
Expand Down

0 comments on commit b7f9e0b

Please sign in to comment.