Skip to content
Snippets Groups Projects
Unverified Commit a27cec81 authored by bart's avatar bart Committed by GitHub
Browse files

docs(lockFileMaintenance): add pmd.lock (#22364)

parent 793c3071
No related branches found
Tags 37.351.2
No related merge requests found
...@@ -1675,6 +1675,7 @@ Supported lock files are: ...@@ -1675,6 +1675,7 @@ Supported lock files are:
- `jsonnetfile.lock.json` - `jsonnetfile.lock.json`
- `package-lock.json` - `package-lock.json`
- `packages.lock.json` - `packages.lock.json`
- `pdm.lock`
- `Pipfile.lock` - `Pipfile.lock`
- `pnpm-lock.yaml` - `pnpm-lock.yaml`
- `poetry.lock` - `poetry.lock`
......
...@@ -47,6 +47,7 @@ There are three ways to do this: ...@@ -47,6 +47,7 @@ There are three ways to do this:
- index-url in `requirements.txt` - index-url in `requirements.txt`
- sources in `Pipfile` - sources in `Pipfile`
- sources in `pyproject.toml`
- set URL in Renovate configuration - set URL in Renovate configuration
### index-url in `requirements.txt` ### index-url in `requirements.txt`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment