renovate/lib/manager/cdnurl
RahulGautamSingh da73178171
fix: refactor regex to use re2 (#12216)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-20 04:38:49 +00:00
..
__fixtures__ refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00
__snapshots__ refactor(cdnurl): use autoReplace (#5909) 2020-04-07 23:36:37 +02:00
extract.spec.ts test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
extract.ts fix: refactor regex to use re2 (#12216) 2021-10-20 04:38:49 +00:00
index.ts refactor: simplify autoreplace data (#5965) 2020-04-14 22:31:35 +02:00
readme.md docs: add and enforce readme files for each manager 2020-02-29 22:55:51 +01:00

Important: This manager isn't aware of subresource integrity (SRI) hashes. It will search/replace any matching url it finds, without consideration for things such as script integrity hashes. Use the html manager instead if you need SRI updating.

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

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