From 1f3747b583955c37bd10151f3dd3ca9c84694ca3 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 8 Jul 2021 14:59:27 +0200 Subject: [PATCH] ci: configure renovate to ignore `@microsoft/api-extractor` (#42797) This is an interm solution until https://github.com/microsoft/rushstack/issues/2797 is fixed. Related failures in the Angular repo https://app.circleci.com/jobs/github/angular/angular/1018749?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link PR Close #42797 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index c0b0d7feec..7466a4eea6 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,7 @@ "@babel/template", "@babel/traverse", "@babel/types", + "@microsoft/api-extractor", "@types/babel__core", "@types/babel__generator", "@types/babel__template",