From f77c574445532e3c17e624fe4965b8aae4a8c45e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 7 Nov 2025 00:52:12 +0100 Subject: [PATCH] renovate: update ruff less often `ruff` seems to be getting a new release every week. Make renovate bump it once every month. Closes #19392 --- renovate.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 102bf42521..e48d6a93b8 100644 --- a/renovate.json +++ b/renovate.json @@ -45,11 +45,12 @@ "enabled": false }, { - "description": "Schedule CodeQL updates on the 10th of each month", + "description": "Schedule package updates on the 10th of each month", "matchPackageNames": [ - "/codeql/i" + "/codeql/i", + "/ruff/i" ], - "groupName": "CodeQL", + "groupName": "monthly updates (by name)", "schedule": [ "* * 10 * *" ] @@ -59,7 +60,7 @@ "matchSourceUrls": [ "**/awslabs/**" ], - "groupName": "monthly updates", + "groupName": "monthly updates (by source URL)", "schedule": [ "* * 10 * *" ] -- 2.47.3