Skip to content

Commit 54e5220

Browse files
committed
Fix typo in Docker SemVer docs
1 parent 9a255cd commit 54e5220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ https://github.com/dependabot/dependabot-core/blob/main/docker/lib/dependabot/do
2525

2626
#### Semver
2727

28-
Dependabot will attempt to parse a semver version from a tag and will only update it to a tag with a matching prefix and suffix.
28+
Dependabot will attempt to parse a semver version from a tag and will only update it to a tag with a matching prefix and suffix.
2929

3030
As an example, `base-12.5.1` and `base-12.5.1-golden` would be parsed as `<prefix>-<version>` and `<prefix>-<version>-<suffix>` respectively.
3131

32-
That means for `base-12.5.1` only another `<prefix>-<version>` tag would be a viable update, and for `base-12.5.1-golden`, only another `<prefix>-<version>-<suffix>` tag would be viable. The exception to this is if the suffix is a SHA, in which case it does not get compared and only the `<prefix-<version>` parts are considered in finding a viable tag.
32+
That means for `base-12.5.1` only another `<prefix>-<version>` tag would be a viable update, and for `base-12.5.1-golden`, only another `<prefix>-<version>-<suffix>` tag would be viable. The exception to this is if the suffix is a SHA, in which case it does not get compared and only the `<prefix>-<version>` parts are considered in finding a viable tag.
3333

3434
#### Dates
3535

36-
Dependabot will parse dates in the `yyyy-mm`, `yyyy-mm-dd` formats (or with `.` instead of `-`) and update tags to the latest date.
36+
Dependabot will parse dates in the `yyyy-mm`, `yyyy-mm-dd` formats (or with `.` instead of `-`) and update tags to the latest date.
3737

3838
As an example, `2024-01` will get updated to `2024-02` and `2024.01.29` will get updated to `2024.03.15`.
3939

0 commit comments

Comments
 (0)