From fa25c3bd40de9c3aafea5ebb6746d99324a3905e Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 5 Jul 2023 08:14:08 -0700 Subject: [PATCH] github: tell Dependabot to group all deps when possible This should reduce the number of PRs to review, and the number of uninteresting commits in the repo history. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f922b9251..2aadce96e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,7 @@ updates: open-pull-requests-limit: 10 commit-message: prefix: "github:" + groups: + all-dependencies: + patterns: + - "*"