From a6230dd487b6fdab55b85aea55b800942a3ab2f0 Mon Sep 17 00:00:00 2001 From: Bart Kamphorst Date: Mon, 22 May 2023 22:42:49 +0200 Subject: [PATCH] docs(lockFileMaintenance): add pmd.lock --- 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`