Add .renovaterc
Tests / test (3.10) (push) Failing after 1m21s Details
Tests / test (3.11) (push) Failing after 1m24s Details
Tests / test (3.8) (push) Failing after 1m21s Details
Tests / test (3.9) (push) Failing after 1m23s Details

This commit is contained in:
Profitroll 2024-01-21 17:34:57 +02:00
parent 7afb325ebd
commit 67b5be094c
1 changed files with 24 additions and 0 deletions

24
.renovaterc Normal file
View File

@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"pip_requirements": {
"fileMatch": [
"requirements/.*\\.txt$"
],
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}