mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-04-06 15:12:31 +02:00
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).
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"pip_requirements": {
|
|
"enabled": false
|
|
}
|
|
}
|