renovate/lib/manager/cdnurl
2020-05-01 18:03:48 +02: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 refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00
extract.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02: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?$"]
  }
}