From: Daniel Stenberg Date: Mon, 10 Nov 2025 08:23:56 +0000 (+0100) Subject: renovate.json: drop parentheses from group names X-Git-Tag: rc-8_18_0-1~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efe88ee7e40fc7e02d356ecb5371d482a088047;p=thirdparty%2Fcurl.git renovate.json: drop parentheses from group names 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 --- diff --git a/renovate.json b/renovate.json index e48d6a93b8..616fd1aaed 100644 --- a/renovate.json +++ b/renovate.json @@ -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 * *" ]