Skip to content

Commit

Permalink
Merge pull request #10834 from sbueringer/pr-stop-bumping-cel-go
Browse files Browse the repository at this point in the history
🌱 Stop bumping cel-go via dependabot
  • Loading branch information
k8s-ci-robot authored Jul 5, 2024
2 parents b08f0ab + febcadd commit 20a601b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ updates:
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
- dependency-name: "google.golang.org/grpc"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
# Note: We have to keep this 100% in sync with k8s.io, so we get exactly the behavior
# that the k8s.io CEL code expects.
- dependency-name: "github.com/google/cel-go"
# Ignore kind as its upgraded manually.
- dependency-name: "sigs.k8s.io/kind"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require (
github.com/flatcar/ignition v0.36.2
github.com/go-logr/logr v1.4.2
github.com/gobuffalo/flect v1.0.2
// Note: This must be kept in sync with the version used by k8s.io.
github.com/google/cel-go v0.17.8
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v53 v53.2.0
Expand Down

0 comments on commit 20a601b

Please sign in to comment.