Centralise documentation for updating dependencies

This follows the convention established in [1].

[1]: https://github.com/alphagov/notifications-antivirus/pull/83
This commit is contained in:
Ben Thorner
2021-12-29 15:01:21 +00:00
parent 50c3c3e10c
commit f87fca9aa0

View File

@@ -72,10 +72,7 @@ npm run test-watch
To run a specific JavaScript test, you'll need to copy the full command from `package.json`.
## To update application dependencies
`requirements.txt` is generated from the `requirements.in` in order to pin versions of all nested dependencies. If `requirements.in` has been changed, run `make freeze-requirements` to regenerate it.
## Further docs
- [Working with static assets](docs/static-assets.md)
- [Updating dependencies](https://github.com/alphagov/notifications-manuals/wiki/Dependencies)