mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
397ab49ef3
Co-authored-by: Michael Kriese <michael.kriese@gmx.de> |
||
---|---|---|
.. | ||
__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 does not read or update Subresource Integrity (SRI) hashes.
It replaces any matching URL it finds, without adding or updating script integrity hashes.
We recommend you use the html
manager if you need SRI updating.