0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 08:01:49 +00:00
renovatebot_renovate/lib/modules/manager/cdnurl/readme.md
RahulGautamSingh bc7d0595d0
feat(config): managerFilePatterns (#34615)
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>
2025-05-04 08:30:24 +00:00

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.