Commit 2a5e46a
committed
fix(deps): use managerFilePatterns instead of deprecated fileMatch
Renovate renamed fileMatch to managerFilePatterns. Using the old name
triggers an automatic migration PR that strips all JSON5 comments.
Switch to the new option name with regex syntax to prevent that.1 parent 245515f commit 2a5e46a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments