From 188454654fc4aea8ee46699a08f584ccea901b2a Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:25:13 +0100 Subject: [PATCH] chore: always bump `@sanity/ui` (#5963) --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (97%) diff --git a/renovate.json b/.github/renovate.json similarity index 97% rename from renovate.json rename to .github/renovate.json index 62f6969f656..408627214d4 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,7 @@ }, { "matchDepTypes": ["dependencies"], - "matchPackageNames": ["get-it", "@sanity/client", "@sanity/presentation"], + "matchPackageNames": ["get-it", "@sanity/client", "@sanity/presentation", "@sanity/ui"], "rangeStrategy": "bump", "semanticCommitType": "fix" }