Skip to content

Commit

Permalink
Add exclude for Kustomize API to dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Jul 24, 2023
1 parent 504a22e commit 08e5aec
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 08e5aec

Please sign in to comment.