From e9500d5adc23d68094be4c17d0ce044cbfb31ef6 Mon Sep 17 00:00:00 2001 From: Patrick Kissling Date: Tue, 21 Nov 2023 08:25:09 +0100 Subject: [PATCH] Exclude major lit updates from renovate --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 1c87395a..49e05610 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,16 @@ "*" ], "groupName": "minor-dependencies" + }, + { + "matchPackageNames": [ + "lit" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], + "enabled": true } ], "schedule": [