mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 00:56:26 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md |
To enable this manager, add the matching files to cdnurl.fileMatch
.
For example:
{
"cdnurl": {
"fileMatch": ["\\.html?$"]
}
}
!!! warning
This manager isn't aware of subresource integrity (SRI) hashes.
It searches for and replaces any matching URL it finds, without considering things like script integrity hashes.
Use the html
manager if you need SRI updating.