Skip to content
Snippets Groups Projects
Unverified Commit 712fc31f authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(go modules): vendored major upgrades not supported (#21025)

parent 1f22ed2a
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment