Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"matchJsonata": ["groupName = null or $not($exists(groupName))"],
"separateMultipleMajor": true,
},
// Do not open standalone cdnjs SRI digest updates. Version updates still refresh the paired SRI hash.
{
"matchDatasources": ["cdnjs"],
"matchUpdateTypes": ["digest"],
"enabled": false,
},
// Keep Debian Docker tags on plain codenames or major versions, not dated rebuild tags.
{
"matchDatasources": ["docker"],
Expand Down