Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
"matchPackageNames": [
"*"
]
},
{
"description": "Hold docker/cli and docker/docker at the v28 major. The v29 line moves the Go API onto github.com/moby/moby (redesigned options/result client) and requires migrating pkg/runtimes/docker, so the bump cannot build as-is. The v29 [security] advisory (CVE-2025-15558) is Windows + cli-plugins/manager only and is not reachable from k3d (govulncheck confirms; k3d does not import cli-plugins/manager). Re-enable when migrating to github.com/moby/moby/v2.",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/docker/cli",
"github.com/docker/docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"customManagers": [
Expand Down