renovate/lib/modules/manager/cdnurl
Rhys Arkins 143c9a6751 refactor: rename lookupName -> packageName (#14494)
Renames `lookupName` to be `packageName`.

BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ refactor: rename lookupName -> packageName (#14494) 2022-03-04 09:04:02 +01:00
extract.spec.ts refactor: rename lookupName -> packageName (#14494) 2022-03-04 09:04:02 +01:00
extract.ts refactor: rename lookupName -> packageName (#14494) 2022-03-04 09:04:02 +01:00
index.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +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?$"]
  }
}