Skip to content

Commit

Permalink
[renovate]Do not follow k8s.io/utils
Browse files Browse the repository at this point in the history
This module has no semantic version tags and following pseudoversions
are expensive and sometimes[1] dangerous. So this commit disables
the automatic update of this module and instead we rely on bumping this
when other k8s.io modules transitively require them.

[1]kubernetes/utils#317
  • Loading branch information
gibizer committed Sep 2, 2024
1 parent 5417bc2 commit c2ca89d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"matchPackageNames": ["k8s.io/kube-openapi"],
"enabled": false
},
// We disable k8s.io/utils updates as it has no tags to express a limit
// due to other k8s.io packages. So we rely on bumping this transitively
// when other k8s.io package versions are bumped and require newer utils
{
"groupName": "k8s.io/utils",
"matchPackageNames": ["k8s.io/utils"],
"enabled": false
},
// We disable golang.org/x/exp updates as it has no tags causing a bump
// for each commit which is too frequent. So instead we will rely on
// bumping this transitively when other packages require them.
Expand Down

0 comments on commit c2ca89d

Please sign in to comment.