Fix renovate config (#17)

This commit is contained in:
Johan 2026-01-10 22:22:52 +02:00 committed by GitHub
parent 783609d2e3
commit 0eb68d1816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,14 @@
"config:best-practices",
"schedule:weekly"
],
"python": {
"range": ">=3.13"
},
"packageRules": [
{
"description": "Set Python version constraint",
"matchDatasources": ["pypi"],
"constraints": {
"python": ">=3.13"
}
},
{
"description": "Auto-merge patch and minor updates for dependencies",
"matchUpdateTypes": ["patch", "minor"],
@ -30,7 +34,7 @@
"before 3am on Monday"
],
"timezone": "UTC",
"semanticCommits": true,
"semanticCommits": "enabled",
"prConcurrentLimit": 5,
"vulnerabilityAlerts": {
"labels": ["security"],