diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 23f6909cbefce9c242c7f68156e3a7b3bcc87777..409b6a49dc1b42f4fb23efcb478658830af0f517 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1426,15 +1426,23 @@ This feature can be used to refresh lock files and keep them up-to-date.
 "Maintaining" a lock file means recreating it so that every dependency version within it is updated to the latest.
 Supported lock files are:
 
-- `package-lock.json`
-- `yarn.lock`
-- `pnpm-lock.yaml`
+- `.terraform.lock.hcl`
+- `Cargo.lock`
+- `Chart.lock`
 - `composer.lock`
+- `flake.lock`
 - `Gemfile.lock`
-- `poetry.lock`
-- `Cargo.lock`
+- `gradle.lockfile`
 - `jsonnetfile.lock.json`
+- `package-lock.json`
+- `packages.lock.json`
+- `Pipfile.lock`
+- `pnpm-lock.yaml`
+- `poetry.lock`
 - `pubspec.lock`
+- `pyproject.toml`
+- `requirements.txt`
+- `yarn.lock`
 
 Others may be added via feature request.