File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ updates:
43
43
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
44
44
- dependency-name : " google.golang.org/grpc"
45
45
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
46
+ # Note: We have to keep this 100% in sync with k8s.io, so we get exactly the behavior
47
+ # that the k8s.io CEL code expects.
48
+ - dependency-name : " github.com/google/cel-go"
46
49
# Ignore kind as its upgraded manually.
47
50
- dependency-name : " sigs.k8s.io/kind"
48
51
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ require (
17
17
github.com/flatcar/ignition v0.36.2
18
18
github.com/go-logr/logr v1.4.2
19
19
github.com/gobuffalo/flect v1.0.2
20
+ // Note: This must be kept in sync with the version used by k8s.io.
20
21
github.com/google/cel-go v0.17.8
21
22
github.com/google/go-cmp v0.6.0
22
23
github.com/google/go-github/v53 v53.2.0
You can’t perform that action at this time.
0 commit comments