From 016fc1fdba7206c61e2a279b4eed980a9ae097cf Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 14 Oct 2024 13:20:52 -0400 Subject: [PATCH] Disable dompurify major updates from renovate --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 200d5e43e7..2fc0eb8728 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,11 @@ "followTag": "unstable", "minimumReleaseAge": null, "schedule": [ "after 7:00 am" ] + }, + { + "matchPackageNames": ["dompurify"], + "matchUpdateTypes": ["major"], + "enabled": false } ] }