Skip to content

Commit 20a601b

Browse files
authored
Merge pull request kubernetes-sigs#10834 from sbueringer/pr-stop-bumping-cel-go
🌱 Stop bumping cel-go via dependabot
2 parents b08f0ab + febcadd commit 20a601b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ updates:
4343
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
4444
- dependency-name: "google.golang.org/grpc"
4545
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"
4649
# Ignore kind as its upgraded manually.
4750
- dependency-name: "sigs.k8s.io/kind"
4851
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ require (
1717
github.com/flatcar/ignition v0.36.2
1818
github.com/go-logr/logr v1.4.2
1919
github.com/gobuffalo/flect v1.0.2
20+
// Note: This must be kept in sync with the version used by k8s.io.
2021
github.com/google/cel-go v0.17.8
2122
github.com/google/go-cmp v0.6.0
2223
github.com/google/go-github/v53 v53.2.0

0 commit comments

Comments
 (0)