Commit 5ff57c0
authored
fix(renovate): strip regex delimiters from fileMatch patterns (#16)
PR #13 replaced managerFilePatterns with fileMatch but kept the
/…/ regex delimiters in the patterns. fileMatch expects plain regex
strings, so patterns like "/roles/…$/" never matched any files.
This broke auto-bump for cozystack versions since 2026-03-19.
Strip the leading/trailing / delimiters so Renovate matches files
correctly again.
Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>1 parent 179fabb commit 5ff57c0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments