mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00

Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net>
16 lines
455 B
Markdown
16 lines
455 B
Markdown
To enable this manager, add the matching files to `cdnurl.managerFilePatterns`.
|
|
For example:
|
|
|
|
```json
|
|
{
|
|
"cdnurl": {
|
|
"managerFilePatterns": ["/\\.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.
|