1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-04-06 15:12:31 +02:00
csv-metadata-quality/renovate.json
Alan Orth 753f3340a3
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).
2025-04-01 12:55:12 +03:00

10 lines
166 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pip_requirements": {
"enabled": false
}
}