Automated Dependency Updates for Cdnurl
Renovate supports updating Cdnurl dependencies.
File Matching¶
Because file names for cdnurl
cannot be easily determined automatically, Renovate will not attempt to match any cdnurl
files by default. For details on how to extend a manager's fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: cdnjs
.
Additional Information¶
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?$"]
}
}