Skip to content
Snippets Groups Projects
Unverified Commit a3ceda93 authored by Jason Sipula's avatar Jason Sipula Committed by GitHub
Browse files

docs(manager/gleam): fix readme formatting (#30569)

parent 8f797d6c
No related branches found
No related tags found
No related merge requests found
...@@ -15,12 +15,13 @@ The `gleam` manager, however, uses `gleam` itself to keep `manifest.toml` up-to- ...@@ -15,12 +15,13 @@ The `gleam` manager, however, uses `gleam` itself to keep `manifest.toml` up-to-
Renovate's `"auto"` strategy defaults to `"widen"` and works like this for `gleam`: Renovate's `"auto"` strategy defaults to `"widen"` and works like this for `gleam`:
<!-- prettier-ignore -->
1. If an existing range is a complex range (contains multiple range specifications), Renovate widens it to include the new version. 1. If an existing range is a complex range (contains multiple range specifications), Renovate widens it to include the new version.
- Example: `>= 0.14.0 and < 0.15.0` becomes `>= 0.14.0 and < 0.16.1` for a new `0.16.0` version. - Example: `>= 0.14.0 and < 0.15.0` becomes `>= 0.14.0 and < 0.16.1` for a new `0.16.0` version.
1. For simple ranges, if the update is outside the existing range, Renovate widens the range to include the new version. 1. For simple ranges, if the update is outside the existing range, Renovate widens the range to include the new version.
- Example: `<= 0.38.0` becomes `<= 0.39.0` for a new `0.39.0` version. - Example: `<= 0.38.0` becomes `<= 0.39.0` for a new `0.39.0` version.
1. For exact version constraints, Renovate replaces the version with the new one. 1. For exact version constraints, Renovate replaces the version with the new one.
- Example: `== 0.12.0` becomes `== 0.13.0` for a new `0.13.0` version. - Example: `== 0.12.0` becomes `== 0.13.0` for a new `0.13.0` version.
<!-- prettier-ignore --> <!-- prettier-ignore -->
!!! warning !!! warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment