From aa22499b299526e0ca30324e0a4c76c7ff121e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Mon, 31 Jan 2022 11:15:06 +0100 Subject: [PATCH] packages: disable auto-updating of slate-related package (#44640) --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2e1593dc2bb..ffd81f5e49b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,10 +4,12 @@ ], "enabledManagers": ["npm"], "ignoreDeps": [ + "@grafana/slate-react", // should be updated when the `slate` package is updated "@types/systemjs", "@types/d3-force", // we should bump this once we move to esm modules "@types/d3-interpolate", // we should bump this once we move to esm modules "@types/d3-scale-chromatic", // we should bump this once we move to esm modules + "@types/grafana__slate-react", // should be updated when the `slate` package is updated "@types/react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead "d3", "d3-force", // we should bump this once we move to esm modules