1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-04-05 06:32:31 +02:00

renovate.json: adjust managers

We can apparently use the pep621 manager to manage uv dependencies
now. And we need to disable the pip_requirements manager so the bot
doesn't try to update our requirements.txt file (which is exported
from uv).
This commit is contained in:
Alan Orth 2025-04-01 12:55:12 +03:00
parent 188097abe4
commit 753f3340a3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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