docs(configuration options): update postUpdateOptions table (#22949)

This commit is contained in:
HonkingGoose 2023-06-23 14:12:24 +02:00 committed by GitHub
parent b619f7303a
commit 8056dcf1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2562,8 +2562,9 @@ This way Renovate can use GitHub's [Commit signing support for bots and other Gi
Table with options: Table with options:
| Name | Description | | Name | Description |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `bundlerConservative` | Enable conservative mode for `bundler` (Ruby dependencies). This will only update the immediate dependency in the lockfile instead of all subdependencies. | | `bundlerConservative` | Enable conservative mode for `bundler` (Ruby dependencies). This will only update the immediate dependency in the lockfile instead of all subdependencies. |
| `helmUpdateSubChartArchives` | Update subchart archives in the `/charts` folder. |
| `gomodMassage` | Enable massaging `replace` directives before calling `go` commands. | | `gomodMassage` | Enable massaging `replace` directives before calling `go` commands. |
| `gomodTidy` | Run `go mod tidy` after Go module updates. This is implicitly enabled for major module updates when `gomodUpdateImportPaths` is enabled. | | `gomodTidy` | Run `go mod tidy` after Go module updates. This is implicitly enabled for major module updates when `gomodUpdateImportPaths` is enabled. |
| `gomodTidy1.17` | Run `go mod tidy -compat=1.17` after Go module updates. | | `gomodTidy1.17` | Run `go mod tidy -compat=1.17` after Go module updates. |