From 0eb68d181619553b4ae11663dceb5b201258a380 Mon Sep 17 00:00:00 2001 From: Johan Date: Sat, 10 Jan 2026 22:22:52 +0200 Subject: [PATCH] Fix renovate config (#17) --- renovate.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 27c3917..0f404db 100644 --- a/renovate.json +++ b/renovate.json @@ -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"],