1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Disable dompurify major updates from renovate

This commit is contained in:
Bill Thornton 2024-10-14 13:20:52 -04:00
parent 33663d4b73
commit 016fc1fdba

View file

@ -10,6 +10,11 @@
"followTag": "unstable",
"minimumReleaseAge": null,
"schedule": [ "after 7:00 am" ]
},
{
"matchPackageNames": ["dompurify"],
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}