Commit 43f0792
committed
fix(renovate): Add href regex for npm CDN
Update renovate-config.json5 to better detect versioned npm CDN references in Jekyll files and front matter. The change tweaks the comment for clarity and adds a new match regex that captures href-style URLs pointing to jsdelivr or unpkg (capturing depName and currentValue) so Renovate can update those CDN hrefs in _config, layouts, posts, docs, and other HTML/MD files. The existing list-entry regex is kept and the datasource remains npm.1 parent 13113f8 commit 43f0792
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments