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
1 changed files with 4 additions and 1 deletions

View File

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