Skip to content

Automated Dependency Updates for Html

Renovate supports updating Html dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: \.html?$.

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": [
    "\\.html?$"
  ],
  "versioning": "semver",
  "digest": {
    "enabled": false
  },
  "pinDigests": false
}

Additional Information

The html manager extracts scripts and CSS includes pointing to cdnjs. It differs from the cdnjs manager in that it detects if an integrity hash is already present and updates it too if found.