From c6b73d8aad8da9337b6817b2fd5a5c3c05a835bd Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 7 Jan 2025 11:18:53 +0000 Subject: [PATCH] Chore: ignore automatic updates to `react-router` (#98512) ignore automatic updates to react-router (this is a large manual task) --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 317d2b57729..3e76842a4e3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ 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", // we should bump this together with history and react-router-dom "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. "monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins