renovate/lib/modules/manager/cdnurl
2023-02-19 12:43:48 +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: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
readme.md docs(cdnurl): rewrite (#19146) 2022-11-29 10:11:23 +01:00

To enable this manager, add the matching files to cdnurl.fileMatch. For example:

{
  "cdnurl": {
    "fileMatch": ["\\.html?$"]
  }
}

!!! warning This manager isn't aware of subresource integrity (SRI) hashes. It searches for and replaces any matching URL it finds, without considering things like script integrity hashes. Use the html manager if you need SRI updating.