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
.
References## Default config¶
{
"fileMatch": [],
"versioning": "semver"
}
Additional Information¶
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.