Commit 7244a91
committed
fix(renovate): allow multiline directive parsing
Update renovate-config.json5 regexes to accept directive key=value fields separated by spaces or newlines (including commented line breaks). Both matchStrings now permit either whitespace or a CRLF+comment separator between optional fields, preserving currentValue and currentDigest captures so renovate metadata can be split across lines or include inline comments.1 parent 95123bc commit 7244a91
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments