Skip to content

Commit

Permalink
docs(managers/pip-compile): update list of source files and managers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored Feb 4, 2025
1 parent f2f8f84 commit 7191e19
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lib/modules/manager/pip-compile/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ In turn `pip-compile` manager will find all source files and parse them as packa

The following files are currently supported:

| Source filename | Manager |
| --------------: | ------------------ |
| `setup.py` | `pip_setup` |
| `*.in` | `pip_requirements` |
| Source filename | Manager |
| ---------------: | ------------------ |
| `setup.py` | `pip_setup` |
| `setup.cfg` | `setup-cfg` |
| `pyproject.toml` | `pep621` |
| `*.in` / `*.txt` | `pip_requirements` |

Example header:

Expand All @@ -60,6 +62,12 @@ Because `pip-compile` will update source files with their associated manager you
},
"pip_setup": {
"enabled": false
},
"setup-cfg": {
"enabled": false
},
"pep621": {
"enabled": false
}
}
```
Expand Down

0 comments on commit 7191e19

Please sign in to comment.