From d6542ded3e49995b83a90fc871b6088dedf54ea3 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Mon, 8 Jul 2024 12:59:25 +0200 Subject: [PATCH] chore(renovate): add preset that allows internal PRs to open right away --- .github/renovate.json | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 63d830f22da..9c9283d4b60 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,6 @@ "matchUpdateTypes": [ "bump", "digest", - "lockfileUpdate", "minor", "patch", "pin", @@ -36,15 +35,48 @@ { "matchDepTypes": ["dependencies"], "matchPackageNames": [ - "get-it", + "@portabletext/editor", + "@sanity/bifur-client", "@sanity/client", "@sanity/export", + "@sanity/icons", + "@sanity/insert-menu", "@sanity/presentation", "@sanity/ui", - "groq-js" + "get-it", + "groq-js", + "react-rx" ], "rangeStrategy": "bump", "semanticCommitType": "fix" + }, + { + "description": "Ensure internal and important packages open a PRs right away, without waiting for manual approval", + "matchPackageNames": [ + "@portabletext/editor", + "@sanity/bifur-client", + "@sanity/client", + "@sanity/eslint-config-i18n", + "@sanity/export", + "@sanity/icons", + "@sanity/insert-menu", + "@sanity/pkg-utils", + "@sanity/presentation", + "@sanity/tsdoc", + "@sanity/ui", + "esbuild", + "get-it", + "groq-js", + "lerna", + "react-dom", + "react-is", + "react-rx", + "react", + "styled-components", + "typescript" + ], + "dependencyDashboardApproval": false, + "schedule": ["every weekday"] } ], "ignorePaths": ["packages/@sanity/cli/test/__fixtures__/v2/package.json"]