ci(deps): group dependabot updates (#13897)

This commit is contained in:
Carlo Sala 2026-07-27 14:07:40 +02:00 committed by GitHub
commit d26b91b3fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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