From 05209fa397ab396602a2c70beba5511313ee673b Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 29 Apr 2021 10:23:20 +0200 Subject: [PATCH] ci: exclude packages which don't have a major from being batched (#41865) With this change we exclude packages that are not stable yet from being batched in the `all non-major dependencies`. The reason behind this is that these package can contain breaking changes in minor versions, hence they should be treated as breaking and a PR should be opened separately. PR Close #41865 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index d8e7a82db3..a1df8f1e47 100644 --- a/renovate.json +++ b/renovate.json @@ -126,6 +126,7 @@ "minor", "patch" ], + "matchCurrentVersion": "!/^0\\./", "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", "schedule": [