We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3ad04 commit 13113f8Copy full SHA for 13113f8
1 file changed
renovate-config.json5
@@ -40,6 +40,12 @@
40
"matchJsonata": ["groupName = null or $not($exists(groupName))"],
41
"separateMultipleMajor": true,
42
},
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
+ },
49
// Keep Debian Docker tags on plain codenames or major versions, not dated rebuild tags.
50
{
51
"matchDatasources": ["docker"],
0 commit comments