Skip to content

Commit

Permalink
Merge pull request #1003 from Danil-Grigorev/clusterclass-dependabot
Browse files Browse the repository at this point in the history
Add exp/clusterclass to dependabot.yaml
  • Loading branch information
alexander-demicev authored Jan 15, 2025
2 parents 8b173f6 + f596f83 commit f35eddd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ updates:
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
# Clusterclass progressive rebase implementation
- package-ecosystem: "gomod"
directory: "/exp/clusterclass"
schedule:
interval: "daily"
labels:
- "kind/cleanup"
- "area/dependency"
groups:
dependencies:
patterns:
- "*"
ignore:
# Ignore controller-runtime as its upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"
# Ignore k8s and its transitives modules as they are upgraded manually
# together with controller-runtime.
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down

0 comments on commit f35eddd

Please sign in to comment.