mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03: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:
parent
24774bbb5e
commit
4efe88ee7e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 * *"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue