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 f77c574445

Closes #19441
This commit is contained in:
Daniel Stenberg
2025-11-10 09:23:56 +01:00
parent 24774bbb5e
commit 4efe88ee7e

View 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 * *"
]