0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 08:01:49 +00:00
renovatebot_renovate/lib/modules/manager/html/readme.md
RahulGautamSingh bc7d0595d0
feat(config): managerFilePatterns (#34615)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2025-05-04 08:30:24 +00:00

7 lines
479 B
Markdown

The `html` manager updates `<script>` tags and CSS `<link>` tags that point to the [cdnjs content delivery network](https://cdnjs.com/).
It also updates Subresource Integrity (SRI) hashes in `integrity` attributes.
Key differences between the `cdnurl` manager and the `html` manager:
- The `html` manager updates SRI hashes, the `cndurl` manager does not
- The `html` manager automatically finds some files to update, the `cndurl` manager must be given a `managerFilePatterns`