fix(ci): group up dependabot updates

This commit is contained in:
Carlo Sala 2026-07-27 12:12:54 +02:00
commit 13622e917a
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -6,9 +6,23 @@ updates:
interval: "weekly"
day: "sunday"
labels: []
groups:
gha-minor:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: "pip"
directory: "/.github/workflows/dependencies"
schedule:
interval: "weekly"
day: "sunday"
labels: []
groups:
py-minor:
patterns:
- "*"
update-types:
- minor
- patch