1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-25 15:18:19 +01:00

renovate.json: disable requirements.txt support

Poetry is used to manage dependencies. The requirements.txt files
are generated manually by exporting from Poetry.
This commit is contained in:
Alan Orth 2023-05-29 21:11:48 +03:00
parent c614b71a52
commit 7d3524fbd5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"pip_requirements" {
"enabled": false
}
}