From a27cec81878ebabb7c5edd1d1b95f6f28760dfe3 Mon Sep 17 00:00:00 2001 From: bart <61748872+b-kamphorst@users.noreply.github.com> Date: Tue, 23 May 2023 08:12:55 +0200 Subject: [PATCH] docs(lockFileMaintenance): add pmd.lock (#22364) --- docs/usage/configuration-options.md | 1 + docs/usage/python.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 223da36102ff8a..d26d31e7c16b77 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1675,6 +1675,7 @@ Supported lock files are: - `jsonnetfile.lock.json` - `package-lock.json` - `packages.lock.json` +- `pdm.lock` - `Pipfile.lock` - `pnpm-lock.yaml` - `poetry.lock` diff --git a/docs/usage/python.md b/docs/usage/python.md index 83c3ed3672e054..2bc96d3b854aa6 100644 --- a/docs/usage/python.md +++ b/docs/usage/python.md @@ -47,6 +47,7 @@ There are three ways to do this: - index-url in `requirements.txt` - sources in `Pipfile` +- sources in `pyproject.toml` - set URL in Renovate configuration ### index-url in `requirements.txt`