Skip to content

Commit

Permalink
Update dev-manual/deps.md
Browse files Browse the repository at this point in the history
- Make minor text changes for clarity
- Fix one typo
  • Loading branch information
djjuhasz authored and sevein committed Mar 9, 2024
1 parent 63339a5 commit 05e264f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/dev-manual/deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ because it gets the latest versions of all the direct and indirect dependencies
of `golang.org/x/sync`.

Avoid `go get -u ./...` or `go get -u=patch ./...` because it gets the latest
versions of all the dependencies of ou rapplication.
versions of all the dependencies of our application.

## Major dependency updates

Expand Down Expand Up @@ -92,8 +92,8 @@ Now you can generate the code with:
We have configured Dependabot alerts to be generated only for security updates
because regular version updates are frequent, generating too many pull requests.

This following describes how to identify version updates in different areas of
the project:
The following sections describe how to identify version updates in different
areas of the project.

### Automated process

Expand Down Expand Up @@ -127,7 +127,7 @@ Review manually, e.g.:

#### Dockerfile

In:
Review manually in:

* `/Dockerfile`
* `/dashboard/Dockerfile`
Expand Down

0 comments on commit 05e264f

Please sign in to comment.