pub fn default_patterns() -> Vec<String>
Regex patterns applied to MR titles and descriptions to detect Redmine ticket IDs.
Each pattern must contain exactly one capture group (\d+) that matches the numeric ID.
(\d+)