From 505bdf5a8d0bacf8f34adbeedfcf48ba676ff7cf Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 12 Apr 2024 10:00:27 +0100 Subject: [PATCH] Chore: add `@types/history` to renovate ignore list (#86011) add @types/history to renovate ignore list --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f1df23dde1a..b78d893ab3c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ ], "enabledManagers": ["npm"], "ignoreDeps": [ + "@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly "history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744) "react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744) "loader-utils", // v3 requires upstream changes in ngtemplate-loader. ignore, and remove when we remove angular.