0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-03 10:49:20 +00:00
renovatebot_renovate/lib/modules/manager/cdnurl/readme.md
2023-07-11 08:41:06 +02:00

16 lines
433 B
Markdown

To enable this manager, add the matching files to `cdnurl.fileMatch`.
For example:
```json
{
"cdnurl": {
"fileMatch": ["\\.html?$"]
}
}
```
<!-- prettier-ignore -->
!!! 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.