From 58f4533382b854ced975579e55f284da38fc5f54 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 9 Jan 2024 11:00:46 +0000 Subject: [PATCH] Chore: Better renovate config (#80202) * better config * allow react-hook-form updates --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3784d1c50f1..81146e045c2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,7 +7,6 @@ "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 - "react-hook-form", // due to us exposing these hooks via @grafana/ui form components bumping can break plugins ], "includePaths": ["package.json", "packages/**", "public/app/plugins/**"], "ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**", "packages/grafana-e2e/**"], @@ -15,8 +14,8 @@ "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ { - "allowedVersions": ">=1", "automerge": true, + "matchCurrentVersion": "!/^0/", "matchUpdateTypes": ["patch"], "excludePackagePatterns": ["^@?storybook", "^@locker"] },