chore: group dependency updates

This commit is contained in:
Jan De Dobbeleer 2025-02-26 14:51:04 +01:00 committed by Jan De Dobbeleer
parent c77fe2b61e
commit 85a86be703

View file

@ -7,6 +7,10 @@ updates:
target-branch: "main"
schedule:
interval: "daily"
groups:
all:
patterns:
- "*"
ignore:
- dependency-name: "softprops/action-gh-release"
# https://github.com/softprops/action-gh-release/issues/556
@ -18,3 +22,10 @@ updates:
target-branch: "main"
schedule:
interval: "daily"
groups:
minor-patch:
patterns:
- "*"
update-types:
- "minor"
- "patch"