mirror of https://github.com/renovatebot/renovate
56e5ea0731 | ||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md |
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.