Skip to content

Commit

Permalink
docs(lockFileMaintenance): add pmd.lock (#22364)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kamphorst committed May 23, 2023
1 parent 793c307 commit a27cec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/configuration-options.md
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions docs/usage/python.md
Expand Up @@ -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`
Expand Down

0 comments on commit a27cec8

Please sign in to comment.