1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-09 13:25:09 +02:00

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

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
}
}