]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate.json: drop parentheses from group names
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Nov 2025 08:23:56 +0000 (09:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Nov 2025 08:48:05 +0000 (09:48 +0100)
They make git branch names using those parentheses, that need to be
quoted when used with git command lines. Avoid parentheses for easier to
use branch names.

Follow-up to f77c574445532e3c17e62

Closes #19441

renovate.json

index e48d6a93b8127a1c8623d083875eec0fdb78f720..616fd1aaedf8cbcd193de0fa58121a9332171453 100644 (file)
@@ -50,7 +50,7 @@
         "/codeql/i",
         "/ruff/i"
       ],
-      "groupName": "monthly updates (by name)",
+      "groupName": "monthly updates by name",
       "schedule": [
         "* * 10 * *"
       ]
@@ -60,7 +60,7 @@
       "matchSourceUrls": [
         "**/awslabs/**"
       ],
-      "groupName": "monthly updates (by source URL)",
+      "groupName": "monthly updates by URL",
       "schedule": [
         "* * 10 * *"
       ]