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:
parent
9eea39fb2f
commit
05209fa397
|
@ -126,6 +126,7 @@
|
|||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchCurrentVersion": "!/^0\\./",
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"schedule": [
|
||||
|
|
Loading…
Reference in New Issue