From 712fc31fc75477d7b460de344d109c7c39094d2a Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:40:13 +0100 Subject: [PATCH] docs(go modules): vendored major upgrades not supported (#21025) --- docs/usage/golang.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage/golang.md b/docs/usage/golang.md index ed75cbd47e..705e294f20 100644 --- a/docs/usage/golang.md +++ b/docs/usage/golang.md @@ -47,6 +47,11 @@ The reason for this is that a `go mod tidy` command may make changes to `go.mod` Vendoring of Go Modules is done automatically if `vendor/modules.txt` is present. Renovate will commit all files changed within the `vendor/` folder. +<!-- prettier-ignore --> +!!! note + Renovate does not support vendoring major upgrades of Go modules. + Follow issue [#21010](https://github.com/renovatebot/renovate/issues/21010). + ### Go binary version By default, Renovate will keep up with the latest version of the `go` binary. -- GitLab