Fixed Renovate config
All checks were successful
Tests / test (3.10) (push) Successful in 1m1s
Tests / test (3.11) (push) Successful in 1m1s
Tests / test (3.8) (push) Successful in 1m6s
Tests / test (3.9) (push) Successful in 1m1s

This commit is contained in:
Profitroll 2023-08-08 10:28:56 +02:00
parent 245c747991
commit 0c06d2ed58
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -3,6 +3,12 @@
"extends": [
"config:base"
],
"pip_requirements": {
"fileMatch": [
"requirements/.*\\.txt$"
],
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": [
@ -13,6 +19,5 @@
],
"automerge": true
}
],
"includePaths": ["requirements/*.txt"]
]
}