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: + - "*" +