From 6fc2bbbde6aaab3122e16de252ec25afa8fb2c83 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:03:09 +0200 Subject: [PATCH] refactor(renovate): ignore `slate` and `slate-react` as they're bumped manually (#6242) #6223 --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 281ed422aef..b92b1e3b062 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,11 @@ ], "ignorePresets": ["github>sanity-io/renovate-config:group-non-major"], "packageRules": [ + { + "description": "Slate upgrades are handled manually as they require extensive manual testing to verify it's safe to upgrade", + "matchPackageNames": ["slate", "slate-react"], + "enabled": false + }, { "description": "Dependency updates to examples and the root should always use the chore scope as they aren't published to npm", "matchFileNames": ["package.json", "dev/**/package.json", "examples/**/package.json"],