mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
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:
@@ -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 * *"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user