]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate: update ruff less often
authorViktor Szakats <commit@vsz.me>
Thu, 6 Nov 2025 23:52:12 +0000 (00:52 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 7 Nov 2025 10:36:25 +0000 (11:36 +0100)
`ruff` seems to be getting a new release every week. Make renovate bump
it once every month.

Closes #19392

renovate.json

index 102bf42521fd059865dc682738a4daba9bab3c99..e48d6a93b8127a1c8623d083875eec0fdb78f720 100644 (file)
       "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 * *"
       ]