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:
parent
d4332f85d3
commit
567fb680d4
1 changed files with 6 additions and 2 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -18,5 +18,9 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "04:00"
|
time: "04:00"
|
||||||
open-pull-requests-limit: 5
|
groups:
|
||||||
rebase-strategy: "disabled"
|
go-deps:
|
||||||
|
patterns:
|
||||||
|
- "*" # group all dependency updates into one PR
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
rebase-strategy: "auto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue