From d3ad41d8d940ddaca18f11547bdaf1ccd20d058d Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 6 Feb 2024 17:56:50 +0000 Subject: [PATCH] Chore: Ignore fingerprintjs in renovate (#81973) ignore fingerprintjs --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 81146e045c2..065b17028d8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,6 +7,7 @@ "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) "monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins + "@fingerprintjs/fingerprintjs", // we don't want to bump to v4 due to licensing changes ], "includePaths": ["package.json", "packages/**", "public/app/plugins/**"], "ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**", "packages/grafana-e2e/**"],