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:
parent
188097abe4
commit
753f3340a3
@ -3,7 +3,7 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"pep621": {
|
"pip_requirements": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user