Add renovate.json

Disable management of requirements.txt since I am using poetry.
This commit is contained in:
Alan Orth 2023-05-30 08:11:28 +03:00
parent 9fba8d1b81
commit 25c4f05f16
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 9 additions and 0 deletions

9
renovate.json Normal file
View File

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