diff options
Diffstat (limited to 'docs/usage')
-rw-r--r-- | docs/usage/configuration-options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index d96d93cf9e2..a55d0fa601e 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -3357,6 +3357,7 @@ Table with options: | `gomodTidyE` | Run `go mod tidy -e` after Go module updates. | | `gomodUpdateImportPaths` | Update source import paths on major module updates, using [mod](https://github.com/marwan-at-work/mod). | | `gomodSkipVendor` | Never run `go mod vendor` after Go module updates. | +| `gomodVendor` | Always run `go mod vendor` after Go module updates even if vendor files aren't detected. | | `helmUpdateSubChartArchives` | Update subchart archives in the `/charts` folder. | | `npmDedupe` | Run `npm install` with `--prefer-dedupe` for npm >= 7 or `npm dedupe` after `package-lock.json` update for npm <= 6. | | `pnpmDedupe` | Run `pnpm dedupe --config.ignore-scripts=true` after `pnpm-lock.yaml` updates. | |