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
"/codeql/i",
"/ruff/i"
],
- "groupName": "monthly updates (by name)",
+ "groupName": "monthly updates by name",
"schedule": [
"* * 10 * *"
]
"matchSourceUrls": [
"**/awslabs/**"
],
- "groupName": "monthly updates (by source URL)",
+ "groupName": "monthly updates by URL",
"schedule": [
"* * 10 * *"
]