diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f128d21..e3d40cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" - + groups: + all: + patterns: ["*"] + - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" + groups: + all: + patterns: ["*"]