Commit c737ce6
committed
fix(deps): use RE2-compatible patterns for docker-compose managerFilePatterns
RE2 regex engine (used by Renovate) does not support lookaheads (?!...).
Replace the negative lookahead with explicit directory matches for
infra/chat/, infra/network/, infra/observability/, and root infra/*.yaml.1 parent 2a5e46a commit c737ce6
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
| |||
0 commit comments