diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a3ee7b..38d9674 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions-dependencies: + patterns: ["*"] - package-ecosystem: "gomod" directory: "/" schedule: interval: "monthly" + groups: + go-dependencies: + patterns: ["*"]