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
}
]
}