mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs(configuration options): update postUpdateOptions
table (#22949)
This commit is contained in:
parent
b619f7303a
commit
8056dcf1ef
1 changed files with 13 additions and 12 deletions
|
@ -2561,18 +2561,19 @@ 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. |
|
||||||
| `gomodMassage` | Enable massaging `replace` directives before calling `go` commands. |
|
| `helmUpdateSubChartArchives` | Update subchart archives in the `/charts` folder. |
|
||||||
| `gomodTidy` | Run `go mod tidy` after Go module updates. This is implicitly enabled for major module updates when `gomodUpdateImportPaths` is enabled. |
|
| `gomodMassage` | Enable massaging `replace` directives before calling `go` commands. |
|
||||||
| `gomodTidy1.17` | Run `go mod tidy -compat=1.17` after Go module updates. |
|
| `gomodTidy` | Run `go mod tidy` after Go module updates. This is implicitly enabled for major module updates when `gomodUpdateImportPaths` is enabled. |
|
||||||
| `gomodTidyE` | Run `go mod tidy -e` after Go module updates. |
|
| `gomodTidy1.17` | Run `go mod tidy -compat=1.17` after Go module updates. |
|
||||||
| `gomodUpdateImportPaths` | Update source import paths on major module updates, using [mod](https://github.com/marwan-at-work/mod). |
|
| `gomodTidyE` | Run `go mod tidy -e` after Go module updates. |
|
||||||
| `npmDedupe` | Run `npm dedupe` after `package-lock.json` updates. |
|
| `gomodUpdateImportPaths` | Update source import paths on major module updates, using [mod](https://github.com/marwan-at-work/mod). |
|
||||||
| `pnpmDedupe` | Run `pnpm dedupe` after `pnpm-lock.yaml` updates. |
|
| `npmDedupe` | Run `npm dedupe` after `package-lock.json` updates. |
|
||||||
| `yarnDedupeFewer` | Run `yarn-deduplicate --strategy fewer` after `yarn.lock` updates. |
|
| `pnpmDedupe` | Run `pnpm dedupe` after `pnpm-lock.yaml` updates. |
|
||||||
| `yarnDedupeHighest` | Run `yarn-deduplicate --strategy highest` (`yarn dedupe --strategy highest` for Yarn >=2.2.0) after `yarn.lock` updates. |
|
| `yarnDedupeFewer` | Run `yarn-deduplicate --strategy fewer` after `yarn.lock` updates. |
|
||||||
|
| `yarnDedupeHighest` | Run `yarn-deduplicate --strategy highest` (`yarn dedupe --strategy highest` for Yarn >=2.2.0) after `yarn.lock` updates. |
|
||||||
|
|
||||||
## postUpgradeTasks
|
## postUpgradeTasks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue