From 1a4b8447782c4da58a73469aa0da063477e2aa79 Mon Sep 17 00:00:00 2001 From: Gabriel Vasile Date: Wed, 5 Jul 2023 16:38:09 +0900 Subject: [PATCH] Group all dependabot PRs together (#409) One group is for gomod and one is for github actions PRs --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f93720e5..17404866 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,18 @@ updates: interval: "daily" reviewers: - "gabriel-vasile" + groups: + gomod: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" reviewers: - "gabriel-vasile" + groups: + github-actions: + patterns: + - "*" +