Skip to content

Commit

Permalink
dependabot: group go package updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ondrejbudai authored and thozza committed Aug 24, 2023
1 parent d4332f8 commit 567fb68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 567fb68

Please sign in to comment.