dependabot: group go package updates

Imho, this is much saner than having so many PRs for all individual
dependencies. Taken from osbuild/images.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2023-08-22 10:26:19 +02:00 committed by Tomáš Hozza
parent d4332f85d3
commit 567fb680d4

View file

@ -18,5 +18,9 @@ updates:
schedule:
interval: "daily"
time: "04:00"
open-pull-requests-limit: 5
rebase-strategy: "disabled"
groups:
go-deps:
patterns:
- "*" # group all dependency updates into one PR
open-pull-requests-limit: 1
rebase-strategy: "auto"