From f093b3d62070665bfb8c626382ecf9698aae7a79 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 23 Jul 2025 10:03:34 +0100 Subject: [PATCH] Chore: Ignore cypress updates (#108496) ignore cypress updates for now --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dc1677fc28b..37d44d74483 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,7 @@ 'react-refresh', "@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly + "cypress", // cypress use is deprecated, we should not bump it anymore "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)