grouping minor and patch updates to lessen the number of PRs

This commit is contained in:
Ahmed ElMallah
2025-01-23 23:01:53 +00:00
parent b109bc8c95
commit c9bb42fdbf

View File

@@ -12,3 +12,8 @@ updates:
ignore:
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
groups:
minor-updates:
update-types:
- "minor"
- "patch"