Skip to content

Commit 0d9b619

Browse files
Anna Kapuscinskamtardy
authored andcommitted
renovate: Group cel-go together with k8s dependencies
Recently Renovate tried to to update google/cel-go to 0.23, but it turns out incompatible with k8s.io/apiserver 0.32. As Go dependencies are grouped, this is now blocking updates of other packages (#3290). Let's group cel-go together with k8s packages for now, so that it's not getting updated until we update to k8s 1.33. Signed-off-by: Anna Kapuscinska <[email protected]>
1 parent 0bf690a commit 0d9b619

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,15 +434,16 @@
434434
],
435435
"draftPR": true,
436436
"prBodyNotes": [
437-
":warning: Manual steps need to be performed (explaining why this PR is only a draft). First replace directives must be synchronized with cilium/cilium, see the `go.mod` and `pkg/k8s/go.mod` for more info. Then dependencies ignore in `.github/renovate.json5` for the replace directive must be updated accordingly. Finally, make sure that k8s dependencies were also bumped along Cilium."
437+
":warning: Manual steps need to be performed (explaining why this PR is only a draft). First replace directives must be synchronized with cilium/cilium, see the `go.mod` and `pkg/k8s/go.mod` for more info. Then dependencies ignore in `.github/renovate.json5` for the replace directive must be updated accordingly. Finally, make sure that k8s and cel-go dependencies were also bumped along Cilium."
438438
]
439439
},
440440
{
441441
"enabled": false,
442442
"matchPackageNames": [
443443
// k8s dependencies will be updated manually along cilium updates
444444
"k8s\\.io/*",
445-
"sigs\\.k8s\\.io/*"
445+
"sigs\\.k8s\\.io/*",
446+
"github.com/google/cel-go", // cel-go is a dependency of k8s apiserver
446447
],
447448
"matchUpdateTypes": [
448449
"major",

0 commit comments

Comments
 (0)