Skip to content

Commit

Permalink
renovate: not update k8s.io/apimachinery
Browse files Browse the repository at this point in the history
The new upcomming version of k8s.io/apimachinery would enforce an
update of the golang version. So let's delay updating the
dependency until we want to pick up golang 1.23 .

Signed-off-by: Dominik Holler <[email protected]>
  • Loading branch information
dominikholler committed Jan 10, 2025
1 parent 8b9c143 commit bedd7e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"matchPackagePatterns": [
"*"
]
},{
"enabled": false,
"matchPackageNames": ["k8s.io/apimachinery"],
"matchBaseBranches": ["main"]
},{
"matchPackageNames": ["golang"],
"allowedVersions": "<=1.21",
Expand Down

0 comments on commit bedd7e5

Please sign in to comment.