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
This commit is contained in:
Alan Agius 2021-04-29 10:23:20 +02:00 committed by Misko Hevery
parent 9eea39fb2f
commit 05209fa397
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
"minor",
"patch"
],
"matchCurrentVersion": "!/^0\\./",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"schedule": [