Skip to content

Commit 13113f8

Browse files
fix(renovate): Disable standalone cdnjs SRI digest updates (#732)
1 parent af3ad04 commit 13113f8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate-config.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"matchJsonata": ["groupName = null or $not($exists(groupName))"],
4141
"separateMultipleMajor": true,
4242
},
43+
// Do not open standalone cdnjs SRI digest updates. Version updates still refresh the paired SRI hash.
44+
{
45+
"matchDatasources": ["cdnjs"],
46+
"matchUpdateTypes": ["digest"],
47+
"enabled": false,
48+
},
4349
// Keep Debian Docker tags on plain codenames or major versions, not dated rebuild tags.
4450
{
4551
"matchDatasources": ["docker"],

0 commit comments

Comments
 (0)