1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-13 16:37:45 +02:00

renovate.json: use pep621 manager

We are not using pip requirements files, but I'm wondering if we
need to switch to uv instead.

See: https://docs.renovatebot.com/modules/manager/pep621/
This commit is contained in:
2025-01-30 11:37:52 +03:00
parent 1e339609a6
commit 1d701f4056

View File

@ -3,7 +3,7 @@
"extends": [
"config:recommended"
],
"pip_requirements": {
"pep621": {
"enabled": false
}
}