mirror of https://github.com/renovatebot/renovate
17 lines
433 B
Markdown
17 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.
|