From 04fec60a61b79dee9c67cec8bffc447bd9752e5f Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 6 Oct 2021 14:14:28 +0100 Subject: [PATCH] ci: ignore "remark*" packages from automatic updates (#43735) The most recent versions of remark have significant breaking changes that we are not ready to incorporate. So this commit adds them to the ignore list. PR Close #43735 --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index b1e84ae9d07..26fec21a453 100644 --- a/renovate.json +++ b/renovate.json @@ -34,6 +34,8 @@ "angular-mocks-1.7", "angular-mocks-1.8", "puppeteer", + "remark", + "remark-html", "rollup", "selenium-webdriver", "watchr"