Skip to content

Commit

Permalink
renovate: exclude tetragon pkg/k8s updates
Browse files Browse the repository at this point in the history
The github.com/cilium/tetragon/pkg/k8s module is not versioned leading
renovate to needlessly update the dependency on every upstream commit
even if there are no code changes. Thus, exclude the module for now and
bump it manually once we need a more up-to-date version, e.g. when new
tetragon CRDs are required for sysdump.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Dec 1, 2023
1 parent 5bedc20 commit 14592cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
// type func(a Status, b Status) bool of func(a, b Status) bool {…} does not match inferred
// type func(a Status, b Status) int for func(a E, b E) int
"golang.org/x/exp",
// This package is not versioned leading to "empty" updates every week.
// Update it manually once newly introduces tetragon CRDs are required.
"github.com/cilium/tetragon/pkg/k8s",
],
"matchPackagePatterns": [
// k8s dependencies will be updated manually in lockstep.
Expand Down

0 comments on commit 14592cb

Please sign in to comment.