0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/cdnurl
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
extract.spec.ts refactor: rename lookupName -> packageName (#14494) 2022-03-04 09:04:02 +01:00
extract.ts refactor: Rename CdnJsDatasource to CdnjsDatasource (#30866) 2024-08-19 05:49:57 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
readme.md docs(cdnurl): rewrite readme (#23234) 2023-07-11 08:41:06 +02:00

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.