1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-02-28 04:28:46 +01: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:
Alan Orth 2025-01-30 11:37:52 +03:00
parent 1e339609a6
commit 1d701f4056
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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